Skip to content

Commit 804cc12

Browse files
committedJan 21, 2021
add: unlockAccount code into contracts js files
1 parent 717a3df commit 804cc12

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed
 

‎1_New_Command.sol

-6
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,6 @@ contract Command_1 {
4242

4343
// 검증 결과 저장
4444
bool public isVerified = false;
45-
46-
47-
48-
49-
50-
5145

5246
Emp public _emp = new Emp();
5347

‎Command.js

+5-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎CounterCommand.js

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Emp.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.