Skip to content

Commit 9308fd7

Browse files
committed
simplewallet: batch address creation limit to match rpc
1 parent 8d4c625 commit 9308fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simplewallet/simplewallet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ using tools::fee_priority;
136136

137137
#define REFRESH_PERIOD 90 // seconds
138138

139-
#define MAX_MNEW_ADDRESSES 1000
139+
#define MAX_MNEW_ADDRESSES 65536
140140

141141
#define CHECK_MULTISIG_ENABLED() \
142142
do \

0 commit comments

Comments
 (0)