mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Rename to NodeObject
This commit is contained in:
@@ -49,7 +49,7 @@ bool InboundLedger::tryLocal ()
|
||||
if (!mHaveBase)
|
||||
{
|
||||
// Nothing we can do without the ledger base
|
||||
HashedObject::pointer node = getApp().getHashedObjectStore ().retrieve (mHash);
|
||||
NodeObject::pointer node = getApp().getHashedObjectStore ().retrieve (mHash);
|
||||
|
||||
if (!node)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user