aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.cpp
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2025-09-28 18:35:30 +0000
committertobtoht <tob@featherwallet.org>2025-09-28 18:35:30 +0000
commit6ee94b07df334c3d1733c7ed91da3fa0b804914c (patch)
treee927ad5bdf0aed5bdfc01a55efbdfed52e49d1e8 /src/simplewallet/simplewallet.cpp
parent6552aa6165e2e8431ca44c57e5822d0d1019c4a2 (diff)
parent13e28ea6d64117d8e042abbbfed51e5f5963e862 (diff)
downloadmonzero-core-6ee94b07df334c3d1733c7ed91da3fa0b804914c.tar.gz
monzero-core-6ee94b07df334c3d1733c7ed91da3fa0b804914c.tar.xz
monzero-core-6ee94b07df334c3d1733c7ed91da3fa0b804914c.zip
Merge pull request #10098
13e28ea simplewallet: batch address creation limit to match rpc (nahuhh)
Diffstat (limited to 'src/simplewallet/simplewallet.cpp')
-rw-r--r--src/simplewallet/simplewallet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp
index 33f5f64d7..809fb5ce6 100644
--- a/src/simplewallet/simplewallet.cpp
+++ b/src/simplewallet/simplewallet.cpp
@@ -140,7 +140,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 \