Skip to content

Commit 385de8c

Browse files
authored
fix(cast): remove duplicate 0x prefix in sign-auth output (#14143)
1 parent ce1cb17 commit 385de8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/cast/src/cmd/wallet

crates/cast/src/cmd/wallet/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ impl WalletSubcommands {
689689
)?;
690690
} else {
691691
sh_println!(
692-
"Successfully signed!\n Nonce: {}\n Chain ID: {}\n Address: {}\n Signature: 0x{}",
692+
"Successfully signed!\n Nonce: {}\n Chain ID: {}\n Address: {}\n Signature: {}",
693693
nonce,
694694
chain_id,
695695
wallet.address(),

0 commit comments

Comments
 (0)