Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _majorversion = r.ReadUInt32();
- _minorversion = r.ReadUInt32();
- _timeStamp = _epochBaseDate.AddSeconds(r.ReadUInt32()).Ticks;
- _prevID = r.ReadHashAsByteArray();
- _nonce = r.ReadUInt32();
- _merkleroot = r.ReadHashAsByteArray();
- _transactionCount = r.ReadVarInt();
Advertisement
Add Comment
Please, Sign In to add comment