mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Type in previous commit.
This commit is contained in:
@@ -108,7 +108,7 @@ bool LedgerAcquire::takeTxNode(const std::list<SHAMapNode>& nodeIDs,
|
||||
++nodeIDit;
|
||||
++nodeDatait;
|
||||
}
|
||||
if(!peekTransactionMap()->isSynching()) mHaveTransactions=true;
|
||||
if(!mLedger->peekTransactionMap()->isSynching()) mHaveTransactions=true;
|
||||
return true;
|
||||
}
|
||||
|
||||
@@ -125,7 +125,7 @@ bool LedgerAcquire::takeAsNode(const std::list<SHAMapNode>& nodeIDs,
|
||||
++nodeIDit;
|
||||
++nodeDatait;
|
||||
}
|
||||
if(!peekAccountStateMap()->isSynching()) mHaveState=true;
|
||||
if(!mLedger->peekAccountStateMap()->isSynching()) mHaveState=true;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user