mirror of
https://github.com/monero-project/monero.git
synced 2026-01-12 08:31:10 -05:00
simplewallet: batch address creation limit to match rpc
This commit is contained in:
parent
8d4c625713
commit
9308fd7113
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ using tools::fee_priority;
|
|||
|
||||
#define REFRESH_PERIOD 90 // seconds
|
||||
|
||||
#define MAX_MNEW_ADDRESSES 1000
|
||||
#define MAX_MNEW_ADDRESSES 65536
|
||||
|
||||
#define CHECK_MULTISIG_ENABLED() \
|
||||
do \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue