Omnibus commited on
Commit
7e0cedb
·
1 Parent(s): cba4b2f

Update blockchain.py

Browse files
Files changed (1) hide show
  1. 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):