mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Implement Shards
This commit is contained in:
committed by
Scott Schurr
parent
aeda2430cd
commit
718d217158
@@ -60,9 +60,10 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
void gotNode (bool fromFilter,
|
||||
SHAMapHash const& nodeHash,
|
||||
Blob&& nodeData, SHAMapTreeNode::TNType type) const override
|
||||
void
|
||||
gotNode(bool fromFilter, SHAMapHash const& nodeHash,
|
||||
std::uint32_t ledgerSeq, Blob&& nodeData,
|
||||
SHAMapTreeNode::TNType type) const override
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user