Merge pull request #455 from UdjinM6/v0.12.0.x_mnb_hash_lastPing
V0.12.0.x include lastPing in mnb hash calculation
This commit is contained in:
commit
26b2c3243c
@ -309,6 +309,7 @@ public:
|
|||||||
CHashWriter ss(SER_GETHASH, PROTOCOL_VERSION);
|
CHashWriter ss(SER_GETHASH, PROTOCOL_VERSION);
|
||||||
ss << sigTime;
|
ss << sigTime;
|
||||||
ss << pubkey;
|
ss << pubkey;
|
||||||
|
ss << lastPing;
|
||||||
return ss.GetHash();
|
return ss.GetHash();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user