mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-30 18:40:28 +00:00
fix build
This commit is contained in:
@@ -148,7 +148,7 @@ next(Keylet const& k);
|
||||
*/
|
||||
/** @{ */
|
||||
Keylet
|
||||
ticket(AccountID const& id, SeqProxy ticketSeq);
|
||||
ticket(AccountID const& id, SeqProxy const& ticketSeq);
|
||||
|
||||
inline Keylet
|
||||
ticket(uint256 const& key)
|
||||
@@ -373,7 +373,7 @@ loanBroker(uint256 const& key)
|
||||
}
|
||||
|
||||
Keylet
|
||||
loan(uint256 const& loanBrokerID, SeqProxy loanSeq) noexcept;
|
||||
loan(uint256 const& loanBrokerID, SeqProxy const& loanSeq) noexcept;
|
||||
|
||||
inline Keylet
|
||||
loan(uint256 const& key)
|
||||
|
||||
@@ -569,7 +569,7 @@ loanBroker(AccountID const& owner, SeqProxy const& seq) noexcept
|
||||
}
|
||||
|
||||
Keylet
|
||||
loan(uint256 const& loanBrokerID, SeqProxy loanSeq) noexcept
|
||||
loan(uint256 const& loanBrokerID, SeqProxy const& loanSeq) noexcept
|
||||
{
|
||||
return loan(indexHash(LedgerNameSpace::Loan, loanBrokerID, loanSeq.value()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user