mirror of
https://github.com/monero-project/monero.git
synced 2025-12-09 16:41:27 +09:00
Merge pull request #10098
13e28ea simplewallet: batch address creation limit to match rpc (nahuhh)
This commit is contained in:
commit
6ee94b07df
@ -140,7 +140,7 @@ typedef cryptonote::simple_wallet sw;
|
|||||||
#define CREDITS_TARGET 50000
|
#define CREDITS_TARGET 50000
|
||||||
#define MAX_PAYMENT_DIFF 10000
|
#define MAX_PAYMENT_DIFF 10000
|
||||||
#define MIN_PAYMENT_RATE 0.01f // per hash
|
#define MIN_PAYMENT_RATE 0.01f // per hash
|
||||||
#define MAX_MNEW_ADDRESSES 1000
|
#define MAX_MNEW_ADDRESSES 65536
|
||||||
|
|
||||||
#define CHECK_MULTISIG_ENABLED() \
|
#define CHECK_MULTISIG_ENABLED() \
|
||||||
do \
|
do \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user