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:
evan82 2015-07-25 06:31:51 -07:00
commit 26b2c3243c

View File

@ -309,6 +309,7 @@ public:
CHashWriter ss(SER_GETHASH, PROTOCOL_VERSION);
ss << sigTime;
ss << pubkey;
ss << lastPing;
return ss.GetHash();
}