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

@@ -173,9 +173,9 @@ ApplyViewBase::rawReplace(
void
ApplyViewBase::rawDestroyXRP(
std::uint64_t feeDrops)
XRPAmount const& fee)
{
items_.destroyXRP(feeDrops);
items_.destroyXRP(fee);
}
} // detail