work on proof of work
This commit is contained in:
parent
e2cc375b1a
commit
268cd10f34
@ -554,7 +554,7 @@ class OnionrCommunicate:
|
||||
pass
|
||||
try:
|
||||
#blockMetadata = json.loads(self._core.getData(i)).split('}')[0] + '}'
|
||||
blockMetadata = json.loads(blockContent[:blockContent.rfind(b'}') + 1])
|
||||
blockMetadata = json.loads(blockContent[:blockContent.rfind(b'}') + 1].decode())
|
||||
try:
|
||||
blockMeta2 = json.loads(blockMetadata['meta'])
|
||||
except KeyError:
|
||||
|
Loading…
Reference in New Issue
Block a user