From 13e28ea6d64117d8e042abbbfed51e5f5963e862 Mon Sep 17 00:00:00 2001 From: nahuhh <50635951+nahuhh@users.noreply.github.com> Date: Mon, 22 Sep 2025 13:54:15 +0000 Subject: [PATCH] simplewallet: batch address creation limit to match rpc --- src/simplewallet/simplewallet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index 5292580d7..d9813e4fb 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 \