mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-25 05:25:55 +00:00
Move from account create fee to reserve XRP.
This commit is contained in:
@@ -912,10 +912,7 @@ Json::Value RPCHandler::doSubmit(Json::Value jvRequest)
|
||||
|
||||
if (!txJSON.isMember("Fee"))
|
||||
{
|
||||
if (mNetOps->getAccountState(mNetOps->getCurrentLedger(), dstAccountID))
|
||||
txJSON["Fee"] = (int) theConfig.FEE_DEFAULT;
|
||||
else
|
||||
txJSON["Fee"] = (int) theConfig.FEE_ACCOUNT_CREATE;
|
||||
txJSON["Fee"] = (int) theConfig.FEE_DEFAULT;
|
||||
}
|
||||
|
||||
if (txJSON.isMember("Paths") && jvRequest.isMember("build_path"))
|
||||
|
||||
Reference in New Issue
Block a user