mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-20 10:35:50 +00:00
added sqllite
This commit is contained in:
@@ -56,7 +56,7 @@ Ledger::pointer LedgerHistory::getAcceptedLedger(uint32 index)
|
||||
void LedgerHistory::addLedger(Ledger::pointer ledger)
|
||||
{
|
||||
mAcceptedLedgers[ledger->getIndex()]=ledger;
|
||||
ledger->save(theConfig.HISTORY_DIR);
|
||||
ledger->save();
|
||||
}
|
||||
|
||||
Ledger::pointer LedgerHistory::getLedger(uint256& hash)
|
||||
|
||||
Reference in New Issue
Block a user