mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-01 03:21:04 +00:00
respond to comments
This commit is contained in:
@@ -780,7 +780,7 @@ inline constexpr FeeLevel64 kBaseFeeLevel{TxQ::kBaseLevel};
|
||||
inline constexpr FeeLevel64 kMinEscalationFeeLevel = kBaseFeeLevel * 500;
|
||||
|
||||
inline uint256
|
||||
getCheckIndex(AccountID const& account, uint32_t const& sequence)
|
||||
getCheckIndex(AccountID const& account, std::uint32_t const sequence)
|
||||
{
|
||||
return keylet::check(account, SeqProxy::sequence(sequence)).key;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user