Use XRPAmount for fees and ledger headers

This commit is contained in:
Nik Bougalis
2015-08-22 01:13:29 -07:00
parent 94af42da44
commit acd03faee5
27 changed files with 141 additions and 141 deletions

View File

@@ -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?
}