simplewallet: batch address creation limit to match rpc

This commit is contained in:
nahuhh
2026-03-19 22:09:11 +01:00
committed by t1amak
parent a660e9a6dc
commit ee10b9d326

View File

@@ -145,7 +145,7 @@ typedef cryptonote::simple_wallet sw;
#define CREDITS_TARGET 50000
#define MAX_PAYMENT_DIFF 10000
#define MIN_PAYMENT_RATE 0.01f // per hash
#define MAX_MNEW_ADDRESSES 1000
#define MAX_MNEW_ADDRESSES 65536
#define CHECK_MULTISIG_ENABLED() \
do \