Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ebde9d commit efdfc46Copy full SHA for efdfc46
src/privatesend.h
@@ -24,7 +24,7 @@ static const int PRIVATESEND_QUEUE_TIMEOUT = 30;
24
static const int PRIVATESEND_SIGNING_TIMEOUT = 15;
25
26
//! minimum peer version accepted by mixing pool
27
-static const int MIN_PRIVATESEND_PEER_PROTO_VERSION = 70900;
+static const int MIN_PRIVATESEND_PEER_PROTO_VERSION = 71000;
28
29
static const CAmount PRIVATESEND_ENTRY_MAX_SIZE = 9;
30
0 commit comments