mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Some enhancements to this coded needed for the sync code to work.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include <boost/foreach.hpp>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
|
||||
SHAMap::SHAMap() : mSeq(0)
|
||||
SHAMap::SHAMap(uint32 seq) : mSeq(seq)
|
||||
{
|
||||
root=SHAMapInnerNode::pointer(new SHAMapInnerNode(SHAMapNode(SHAMapNode::rootDepth, uint256()), mSeq));
|
||||
mInnerNodeByID[*root]=root;
|
||||
|
||||
Reference in New Issue
Block a user