Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit efdfc46

Browse files
committed
Increase private send min peer protocol to 71000
1 parent 3ebde9d commit efdfc46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/privatesend.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ static const int PRIVATESEND_QUEUE_TIMEOUT = 30;
2424
static const int PRIVATESEND_SIGNING_TIMEOUT = 15;
2525

2626
//! minimum peer version accepted by mixing pool
27-
static const int MIN_PRIVATESEND_PEER_PROTO_VERSION = 70900;
27+
static const int MIN_PRIVATESEND_PEER_PROTO_VERSION = 71000;
2828

2929
static const CAmount PRIVATESEND_ENTRY_MAX_SIZE = 9;
3030

0 commit comments

Comments
 (0)