mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove unused / redundant functions.
This commit is contained in:
committed by
Nik Bougalis
parent
11d28c4856
commit
6e3f07ddce
@@ -123,7 +123,7 @@ bool LedgerFacade::hasAccountRoot () const
|
||||
return true;
|
||||
|
||||
SLE::pointer const sleAccountRoot =
|
||||
netOPs_->getSLEi (ledger_, getAccountRootIndex (accountID_));
|
||||
ledger_->getSLEi(getAccountRootIndex(accountID_));
|
||||
|
||||
return static_cast <bool> (sleAccountRoot);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user