Omnibus commited on
Commit
5b1e797
·
1 Parent(s): 2d1234e

Update mychain.py

Browse files
Files changed (1) hide show
  1. mychain.py +1 -1
mychain.py CHANGED
@@ -339,7 +339,7 @@ class MyChainSend:
339
  mes='Hash'
340
  break
341
 
342
- if out = False:
343
  break
344
  block_index += 1
345
 
 
339
  mes='Hash'
340
  break
341
 
342
+ if out == False:
343
  break
344
  block_index += 1
345