mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #2569
b5b4abb8
simplewallet: fix setting default-ring-size to 0 (moneromooo-monero)
This commit is contained in:
commit
1039b5e813
1 changed files with 0 additions and 2 deletions
|
@ -548,8 +548,6 @@ bool simple_wallet::set_default_ring_size(const std::vector<std::string> &args/*
|
|||
fail_msg_writer() << tr("ring size must be an integer >= 3");
|
||||
return true;
|
||||
}
|
||||
if (ring_size == 0)
|
||||
ring_size = DEFAULT_MIX + 1;
|
||||
|
||||
const auto pwd_container = get_and_verify_password();
|
||||
if (pwd_container)
|
||||
|
|
Loading…
Reference in a new issue