mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Stupid Arthur and his stupid edge cases.
(Stupid because they expose bugs in *MY* code!)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user