mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
make import starting bonus based on fee object where it exists. compiling not tested. this is the final feature going in, feature freeze at this commit.
This commit is contained in:
@@ -169,7 +169,7 @@ XRPNotCreated::finalize(
|
||||
: beast::zero; // if the txn didnt burn a fee we add nothing
|
||||
|
||||
if (accountsCreated_ == 1)
|
||||
dropsAdded += Import::INITIAL_IMPORT_XRP; // welcome amount for new imports
|
||||
dropsAdded += Import::computeStartingBonus(view);
|
||||
|
||||
JLOG(j.trace())
|
||||
<< "Invariant XRPNotCreated Import: "
|
||||
|
||||
Reference in New Issue
Block a user