Skip to content

Commit

Permalink
handle json:
Browse files Browse the repository at this point in the history
  • Loading branch information
csoreff committed Sep 29, 2022
1 parent e11f416 commit 6f53e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tezosetl/mappers/operation_mapper.py
Expand Up @@ -319,7 +319,7 @@ def map_vdf_revelation(content, base_operation):
operation_result = get_operation_result(content)

return {**base_operation, **{
'solution': content.get('solution'),
'solution': json_dumps(content.get('solution')),
}}


Expand Down

0 comments on commit 6f53e9f

Please sign in to comment.