We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dfce7c commit 45dcf7cCopy full SHA for 45dcf7c
src/sign/src/main.rs
@@ -76,7 +76,7 @@ fn main() -> Result<(), Box<dyn Error>> {
76
encrypted_vote,
77
proof,
78
args.proposal,
79
- args.vote_plan_id.as_bytes(),
+ &hex::decode(args.vote_plan_id)?,
80
)?;
81
82
// fragment in hex: output consumed as input to another program
0 commit comments