Skip to content

Commit

Permalink
fix(hestia): πŸ› transform output array in string before signing
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-cristino committed Sep 29, 2023
1 parent c21bdbb commit fcac845
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/hestia/reward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,8 @@ blocks:
EndForeach
# sign the result
When I create the eddsa signature of 'output'
When I create the json escaped string of 'output'
When I create the eddsa signature of 'json escaped string'
Then print the 'eddsa signature'
Then print the 'output'
Expand Down

0 comments on commit fcac845

Please sign in to comment.