diff --git a/src/bin/wallet.rs b/src/bin/wallet.rs index 3dcec0edf6..03b4460c4d 100644 --- a/src/bin/wallet.rs +++ b/src/bin/wallet.rs @@ -146,7 +146,7 @@ fn main() -> io::Result<()> { if client.check_signature(&sig) { println!("Signature found at bank id {:?}", id); } else { - println!("Uh oh... Signature not found!"); + println!("Uh oh... Signature not found!"); } } None => {