mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Use XRPAmount for fees and ledger headers
This commit is contained in:
@@ -247,9 +247,9 @@ OpenView::rawReplace(
|
||||
|
||||
void
|
||||
OpenView::rawDestroyXRP(
|
||||
std::uint64_t feeDrops)
|
||||
XRPAmount const& fee)
|
||||
{
|
||||
items_.destroyXRP(feeDrops);
|
||||
items_.destroyXRP(fee);
|
||||
// VFALCO Deduct from info_.totalDrops ?
|
||||
// What about child views?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user