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