diff --git a/src/wallet/commands.rs b/src/wallet/commands.rs index 8ce859e..a7be645 100644 --- a/src/wallet/commands.rs +++ b/src/wallet/commands.rs @@ -267,7 +267,7 @@ pub fn detach( wallet.save(); - term.success("Wallet successfully attached to blockchain.\n").unwrap(); + term.success("Wallet successfully detached from blockchain.\n").unwrap(); Ok(()) }