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:
@@ -119,8 +119,8 @@ SetTrust::doApply ()
|
||||
// to fund accounts in a way where there's no incentive to trick them
|
||||
// into creating an account you have no intention of using.
|
||||
|
||||
STAmount const reserveCreate ((uOwnerCount < 2)
|
||||
? 0
|
||||
XRPAmount const reserveCreate ((uOwnerCount < 2)
|
||||
? XRPAmount (zero)
|
||||
: view().fees().accountReserve(uOwnerCount + 1));
|
||||
|
||||
std::uint32_t uQualityIn (bQualityIn ? tx().getFieldU32 (sfQualityIn) : 0);
|
||||
|
||||
Reference in New Issue
Block a user