Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
Update neo-cli/CLI/MainService.Wallet.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Jinghui Liao <jinghui@wayne.edu>
  • Loading branch information
superboyiii and Jim8y authored Aug 25, 2021
1 parent e380c85 commit 20199ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo-cli/CLI/MainService.Wallet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ private void OnDeleteAddressCommand(UInt160 address)
{
if (NoWallet()) return;

if (ReadUserInput($"Warning: Deleted address can no longer be back.\nAre you sure to delete address {address.ToAddress(NeoSystem.Settings.AddressVersion)}? (no|yes)").IsYes())
if (ReadUserInput($"Warning: Irrevocable operation!\nAre you sure to delete account {address.ToAddress(NeoSystem.Settings.AddressVersion)}? (no|yes)").IsYes())
{
if (CurrentWallet.DeleteAccount(address))
{
Expand Down

0 comments on commit 20199ae

Please sign in to comment.