fixed issues with ix signature propagation

This commit is contained in:
Evan Duffield 2015-02-07 20:54:36 -07:00
parent 0d8ae6fc16
commit ddc31b0ff7
2 changed files with 2 additions and 2 deletions

View File

@ -464,7 +464,7 @@ void CleanTransactionLocksList()
uint256 CConsensusVote::GetHash() const
{
return vinMasternode.prevout.hash + txHash;
return vinMasternode.prevout.hash + vinMasternode.prevout.n + txHash;
}

View File

@ -33,7 +33,7 @@ static const int PROTOCOL_VERSION = 70065;
static const int INIT_PROTO_VERSION = 209;
// disconnect from peers older than this proto version
static const int MIN_PEER_PROTO_VERSION = 70060;
static const int MIN_PEER_PROTO_VERSION = 70051;
// nTime field added to CAddress, starting with this version;
// if possible, avoid requesting addresses nodes older than this