mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Avoid some unnecessary work.
This commit is contained in:
@@ -187,7 +187,7 @@ public:
|
||||
|
||||
// raw node functions
|
||||
SHAMapTreeNode(const SHAMapNode& id, const std::vector<unsigned char>& data, uint32 seq,
|
||||
SHANodeFormat format, const uint256& hash);
|
||||
SHANodeFormat format, const uint256& hash, bool hashValid);
|
||||
void addRaw(Serializer &, SHANodeFormat format);
|
||||
|
||||
virtual bool isPopulated() const { return true; }
|
||||
|
||||
Reference in New Issue
Block a user