Spaces:
Runtime error
Runtime error
Update mychain.py
Browse files- mychain.py +1 -1
mychain.py
CHANGED
@@ -299,7 +299,7 @@ class MyChainSend:
|
|
299 |
|
300 |
def deep_valid_send(self, chain1,chain2):
|
301 |
|
302 |
-
block_index =
|
303 |
out=True
|
304 |
ind=None
|
305 |
mes=None
|
|
|
299 |
|
300 |
def deep_valid_send(self, chain1,chain2):
|
301 |
|
302 |
+
block_index = 1
|
303 |
out=True
|
304 |
ind=None
|
305 |
mes=None
|