Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
Fix old hash parsing in create-config-proposal.fif
Browse files Browse the repository at this point in the history
  • Loading branch information
EmelyanenkoK authored Feb 10, 2021
1 parent 99e9153 commit ea6fbc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/smartcont/create-config-proposal.fif
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ begin-options
"Creates a critical parameter change proposal" option-help
"x" "--expires-in" { parse-int =: expire-in } short-long-option-arg
"Sets proposal expiration time in seconds (default " expire-in (.) $+ +")" option-help
"H" "--old-hash" { (hex-number) not abort"256-bit hex number expected as hash" =: old-hash }
"H" "--old-hash" { (hex-number) 1 = not .s abort"256-bit hex number expected as hash" =: old-hash }
short-long-option-arg
"Sets the required cell hash of existing parameter value (0 means no value)" option-help
"h" "--help" { usage } short-long-option
Expand Down

0 comments on commit ea6fbc5

Please sign in to comment.