mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-24 04:55:52 +00:00
Add default fee for AccountSet.
This commit is contained in:
@@ -1006,7 +1006,9 @@ Json::Value RPCHandler::doSubmit(Json::Value jvRequest)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!txJSON.isMember("Fee")
|
if (!txJSON.isMember("Fee")
|
||||||
&& ("OfferCreate" == txJSON["TransactionType"].asString()
|
&& (
|
||||||
|
"AccountSet" == txJSON["TransactionType"].asString()
|
||||||
|
|| "OfferCreate" == txJSON["TransactionType"].asString()
|
||||||
|| "OfferCancel" == txJSON["TransactionType"].asString()
|
|| "OfferCancel" == txJSON["TransactionType"].asString()
|
||||||
|| "TrustSet" == txJSON["TransactionType"].asString()))
|
|| "TrustSet" == txJSON["TransactionType"].asString()))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user