diff --git a/uint256.h b/uint256.h index 4146c2d50..7facb3308 100644 --- a/uint256.h +++ b/uint256.h @@ -381,7 +381,7 @@ public: } template - void Serialize(Stream& s, int nType=0, int nVersion=4000) const /* DJS: version default? */ + void Serialize(Stream& s, int nType=0) const { s.write((char*)pn, sizeof(pn)); }