From 4096bad63691ed7ab5d724775049d15aa6e847fb Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Thu, 17 Nov 2011 22:05:35 -0800 Subject: [PATCH] Cleanup --- uint256.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); }