mirror of
https://github.com/dashpay/dash.git
synced 2024-12-29 13:59:06 +01:00
new protocol version
This commit is contained in:
parent
b9bf5b60f0
commit
b091e63a58
@ -2415,7 +2415,7 @@ static const int64 POOL_FEE_AMOUNT = 0.1*COIN;
|
||||
class CDarkSendPool
|
||||
{
|
||||
public:
|
||||
static const int MIN_PEER_PROTO_VERSION = 70009;
|
||||
static const int MIN_PEER_PROTO_VERSION = 70010;
|
||||
|
||||
std::vector<CDarkSendEntry> myEntries;
|
||||
std::vector<CDarkSendEntry> entries;
|
||||
|
@ -25,7 +25,7 @@ extern const std::string CLIENT_DATE;
|
||||
// network protocol versioning
|
||||
//
|
||||
|
||||
static const int PROTOCOL_VERSION = 70009;
|
||||
static const int PROTOCOL_VERSION = 70010;
|
||||
|
||||
// intial proto version, to be increased after version/verack negotiation
|
||||
static const int INIT_PROTO_VERSION = 209;
|
||||
|
Loading…
Reference in New Issue
Block a user