mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Use XRPAmount for fees and ledger headers
This commit is contained in:
@@ -173,9 +173,9 @@ ApplyViewBase::rawReplace(
|
||||
|
||||
void
|
||||
ApplyViewBase::rawDestroyXRP(
|
||||
std::uint64_t feeDrops)
|
||||
XRPAmount const& fee)
|
||||
{
|
||||
items_.destroyXRP(feeDrops);
|
||||
items_.destroyXRP(fee);
|
||||
}
|
||||
|
||||
} // detail
|
||||
|
||||
Reference in New Issue
Block a user