mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Don't check the node store for proposed txn nodes
This commit is contained in:
committed by
Vinnie Falco
parent
2c515636cb
commit
81082ad10f
@@ -933,6 +933,12 @@ SHAMapTreeNode* SHAMap::getNodeAsync (
|
|||||||
|
|
||||||
if (!ptr)
|
if (!ptr)
|
||||||
{
|
{
|
||||||
|
if (mType == smtTRANSACTION)
|
||||||
|
{
|
||||||
|
// We don't store proposed transaction nodes in the node store
|
||||||
|
return nullptr;
|
||||||
|
}
|
||||||
|
|
||||||
NodeObject::pointer obj;
|
NodeObject::pointer obj;
|
||||||
|
|
||||||
if (!getApp().getNodeStore().asyncFetch (hash, obj))
|
if (!getApp().getNodeStore().asyncFetch (hash, obj))
|
||||||
|
|||||||
Reference in New Issue
Block a user