correct add function name
This commit is contained in:
parent
4e00bdb348
commit
2b64cc9ba4
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ class Core:
|
||||||
|
|
||||||
Should be in hex format!
|
Should be in hex format!
|
||||||
'''
|
'''
|
||||||
coredb.blockmetadb.add(self, newHash, selfInsert, dataSaved)
|
coredb.blockmetadb.add.add_to_block_DB(self, newHash, selfInsert, dataSaved)
|
||||||
|
|
||||||
def setData(self, data):
|
def setData(self, data):
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue