fixed issues with ix signature propagation
This commit is contained in:
parent
0d8ae6fc16
commit
ddc31b0ff7
@ -464,7 +464,7 @@ void CleanTransactionLocksList()
|
||||
|
||||
uint256 CConsensusVote::GetHash() const
|
||||
{
|
||||
return vinMasternode.prevout.hash + txHash;
|
||||
return vinMasternode.prevout.hash + vinMasternode.prevout.n + txHash;
|
||||
}
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user