Skip to content

Commit

Permalink
refactor(ethereum): remove the possibility to use a statement as an i…
Browse files Browse the repository at this point in the history
…f since it has no zencode_assert in it

probably was a unnoticed typo when writing it
  • Loading branch information
matteo-cristino authored and jaromil committed Nov 25, 2024
1 parent 2cbb315 commit 2c89e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lua/zencode_ethereum.lua
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ IfWhen("verify ethereum address signature pair array '' of ''", function(add_sig
)
end)

IfWhen("use ethereum address signature pair array '' to create result array of ''", function(add_sig, doc)
When("use ethereum address signature pair array '' to create result array of ''", function(add_sig, doc)
empty 'result array'
ACK.result_array = _verify_address_signature_array(add_sig, doc,
function(address_signature_pair, hmsg)
Expand Down

0 comments on commit 2c89e4a

Please sign in to comment.