From 9308fd71135f131ed29052a7e55c47e5899c5543 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 46f9df18a..7ccc22eb2 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -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 \