correct add function name

This commit is contained in:
Kevin Froman 2019-06-22 18:01:55 -05:00
parent 4e00bdb348
commit 2b64cc9ba4
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ class Core:
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):
'''