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

Update mychain.py

Browse files
Files changed (1) hide show
  1. mychain.py +1 -1
mychain.py CHANGED
@@ -297,7 +297,7 @@ class MyChainSend:
297
 
298
  return out, ind, mes
299
 
300
- def deep_valid_send(self, chain1=self.chain,chain2=blockchain.chain):
301
  previous_block = chain[0]
302
  block_index = 2
303
  out=True
 
297
 
298
  return out, ind, mes
299
 
300
+ def deep_valid_send(self, chain1,chain2):
301
  previous_block = chain[0]
302
  block_index = 2
303
  out=True