mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Use "Ledger::ref" instead of "const Ledger::pointer&".
This commit is contained in:
@@ -3691,7 +3691,7 @@ TER PathState::pushNode(int iType, uint160 uAccountID, uint160 uCurrencyID, uint
|
||||
}
|
||||
|
||||
PathState::PathState(
|
||||
const Ledger::pointer& lpLedger,
|
||||
Ledger::ref lpLedger,
|
||||
const int iIndex,
|
||||
const LedgerEntrySet& lesSource,
|
||||
const STPath& spSourcePath,
|
||||
|
||||
Reference in New Issue
Block a user