Add a getutxos command to the p2p protocol. It allows querying of the UTXO set

given a set of outpoints.
This commit is contained in:
Mike Hearn
2014-05-19 22:25:17 +02:00
parent 36065cc529
commit da2ec100f3
4 changed files with 89 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ extern const std::string CLIENT_DATE;
// network protocol versioning
//
static const int PROTOCOL_VERSION = 70002;
static const int PROTOCOL_VERSION = 70003;
// initial proto version, to be increased after version/verack negotiation
static const int INIT_PROTO_VERSION = 209;