File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ def handle(self) :
57
57
msg = yield from self .zmqSubSocket .recv_multipart ()
58
58
topic = msg [0 ]
59
59
body = msg [1 ]
60
- sequence = "Unknown" ;
60
+ sequence = "Unknown"
61
61
if len (msg [- 1 ]) == 4 :
62
62
msgSequence = struct .unpack ('<I' , msg [- 1 ])[- 1 ]
63
63
sequence = str (msgSequence )
Original file line number Diff line number Diff line change @@ -434,7 +434,7 @@ def run_test (self):
434
434
address_assert = self .nodes [1 ].validateaddress (watchonly_address )
435
435
assert_equal (address_assert ['iswatchonly' ], True )
436
436
assert_equal (address_assert ['ismine' ], False )
437
- assert_equal (address_assert ['timestamp' ], watchonly_timestamp );
437
+ assert_equal (address_assert ['timestamp' ], watchonly_timestamp )
438
438
439
439
# Bad or missing timestamps
440
440
self .log .info ("Should throw on invalid or missing timestamp values" )
You can’t perform that action at this time.
0 commit comments