Skip to content

Commit

Permalink
Fix signer cli (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
boundless-forest authored Jan 30, 2023
1 parent be849d0 commit d1a3b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/am-signer/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fn main() {
let network = network.as_bytes();
let msg = [
b"<Bytes>I authorize the migration to ",
to.as_bytes(),
to.to_lowercase().as_bytes(),
b", an unused address on ",
network,
b". Sign this message to authorize using the Substrate key associated with the account on ",
Expand Down

0 comments on commit d1a3b8c

Please sign in to comment.