Stupid Arthur and his stupid edge cases.

(Stupid because they expose bugs in *MY* code!)
This commit is contained in:
JoelKatz
2012-05-31 02:56:07 -07:00
parent 0bda44f4f0
commit ad9deda4e8
2 changed files with 7 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ public:
typedef boost::shared_ptr<SHAMapNode> pointer;
private:
static uint256 smMasks[64]; // AND with hash to get node id
static uint256 smMasks[65]; // AND with hash to get node id
uint256 mNodeID;
int mDepth;