File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ def run_test (self):
44
44
45
45
# create an internal key
46
46
change_addr = self .nodes [1 ].getrawchangeaddress ()
47
- change_addrV = self .nodes [1 ].validateaddress (change_addr );
47
+ change_addrV = self .nodes [1 ].validateaddress (change_addr )
48
48
assert_equal (change_addrV ["hdkeypath" ], "m/0'/1'/0'" ) #first internal child key
49
49
50
50
# Import a non-HD private key in the HD wallet
@@ -72,7 +72,7 @@ def run_test (self):
72
72
73
73
# create an internal key (again)
74
74
change_addr = self .nodes [1 ].getrawchangeaddress ()
75
- change_addrV = self .nodes [1 ].validateaddress (change_addr );
75
+ change_addrV = self .nodes [1 ].validateaddress (change_addr )
76
76
assert_equal (change_addrV ["hdkeypath" ], "m/0'/1'/1'" ) #second internal child key
77
77
78
78
self .sync_all ()
@@ -102,7 +102,7 @@ def run_test (self):
102
102
103
103
# send a tx and make sure its using the internal chain for the changeoutput
104
104
txid = self .nodes [1 ].sendtoaddress (self .nodes [0 ].getnewaddress (), 1 )
105
- outs = self .nodes [1 ].decoderawtransaction (self .nodes [1 ].gettransaction (txid )['hex' ])['vout' ];
105
+ outs = self .nodes [1 ].decoderawtransaction (self .nodes [1 ].gettransaction (txid )['hex' ])['vout' ]
106
106
keypath = ""
107
107
for out in outs :
108
108
if out ['value' ] != 1 :
You can’t perform that action at this time.
0 commit comments