signed blocks related crashes fixed hopefully
This commit is contained in:
parent
8a9d1326fb
commit
ac7bb63225
@ -263,7 +263,7 @@ class OnionrCommunicate:
|
|||||||
blockContent = self._core.getData(i)
|
blockContent = self._core.getData(i)
|
||||||
try:
|
try:
|
||||||
#blockMetadata = json.loads(self._core.getData(i)).split('}')[0] + '}'
|
#blockMetadata = json.loads(self._core.getData(i)).split('}')[0] + '}'
|
||||||
blockMetadata = json.loads(self._core.getData(i).split(b'}')[0] + b'}')
|
blockMetadata = json.loads(self._core.getData(i).split(b'}')[0] + '}')
|
||||||
try:
|
try:
|
||||||
blockMetadata['sig']
|
blockMetadata['sig']
|
||||||
blockMetadata['id']
|
blockMetadata['id']
|
||||||
|
Loading…
Reference in New Issue
Block a user