Skip to content

Commit

Permalink
changed proto version to 70038
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Duffield committed Sep 30, 2014
1 parent e81a47a commit 6f8352c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/darksend.h
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ class CDarkSendSigner
class CDarkSendPool
{
public:
static const int MIN_PEER_PROTO_VERSION = 70039;
static const int MIN_PEER_PROTO_VERSION = 70038;

// clients entries
std::vector<CDarkSendEntry> myEntries;
Expand Down

0 comments on commit 6f8352c

Please sign in to comment.