Skip to content

Commit 8e9ab96

Browse files
committed
Merge pull request #10097
9308fd7 simplewallet: batch address creation limit to match rpc (nahuhh)
2 parents adc3955 + 9308fd7 commit 8e9ab96

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)