mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Return an empty pointer from getLedgerBySeq if sequence in future
This commit is contained in:
@@ -1234,7 +1234,7 @@ public:
|
||||
return ret;
|
||||
|
||||
clearLedger (index);
|
||||
return ret;
|
||||
return Ledger::pointer();
|
||||
}
|
||||
|
||||
Ledger::pointer getLedgerByHash (uint256 const& hash)
|
||||
|
||||
Reference in New Issue
Block a user