mirror of
https://github.com/monero-project/monero.git
synced 2025-05-02 08:56:09 -04:00
Bump ring size to 16 for v15 & remove set default in wallet cli
This commit is contained in:
parent
53bf62d114
commit
5d388eb74d
9 changed files with 38 additions and 87 deletions
|
@ -51,7 +51,7 @@ namespace
|
|||
const command_line::arg_descriptor<std::string> arg_daemon_addr_b = {"daemon-addr-b", "", "127.0.0.1:8082"};
|
||||
|
||||
const command_line::arg_descriptor<uint64_t> arg_transfer_amount = {"transfer_amount", "", 60000000000000};
|
||||
const command_line::arg_descriptor<size_t> arg_mix_in_factor = {"mix-in-factor", "", 10};
|
||||
const command_line::arg_descriptor<size_t> arg_mix_in_factor = {"mix-in-factor", "", 15};
|
||||
const command_line::arg_descriptor<size_t> arg_tx_count = {"tx-count", "", 100};
|
||||
const command_line::arg_descriptor<size_t> arg_tx_per_second = {"tx-per-second", "", 20};
|
||||
const command_line::arg_descriptor<size_t> arg_test_repeat_count = {"test_repeat_count", "", 1};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue