diff options
| author | nahuhh <50635951+nahuhh@users.noreply.github.com> | 2025-09-22 13:54:15 +0000 |
|---|---|---|
| committer | nahuhh <50635951+nahuhh@users.noreply.github.com> | 2025-09-22 13:56:25 +0000 |
| commit | 13e28ea6d64117d8e042abbbfed51e5f5963e862 (patch) | |
| tree | aca18f22063291e9a7ffe49ff02f7ac347344182 /src/simplewallet | |
| parent | 4610926dfc6cda8fd6d78cfce3e258060620990b (diff) | |
| download | monzero-core-13e28ea6d64117d8e042abbbfed51e5f5963e862.tar.gz monzero-core-13e28ea6d64117d8e042abbbfed51e5f5963e862.tar.xz monzero-core-13e28ea6d64117d8e042abbbfed51e5f5963e862.zip | |
simplewallet: batch address creation limit to match rpc
Diffstat (limited to 'src/simplewallet')
| -rw-r--r-- | src/simplewallet/simplewallet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |
