Merge pull request #10097

9308fd7 simplewallet: batch address creation limit to match rpc (nahuhh)
This commit is contained in:
tobtoht 2025-09-28 18:34:44 +00:00
commit 8e9ab9677f
No known key found for this signature in database
GPG Key ID: E45B10DD027D2472

View File

@ -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 \