Spaces:
Runtime error
Runtime error
Update blockchain.py
Browse files- blockchain.py +1 -0
blockchain.py
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
class Blockchain:
|
2 |
|
3 |
def __init__(self,load=None,create=None):
|
|
|
1 |
+
import json
|
2 |
class Blockchain:
|
3 |
|
4 |
def __init__(self,load=None,create=None):
|