mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Use the new code.
This commit is contained in:
@@ -743,7 +743,7 @@ Json::Value RPCServer::doWalletCreate(Json::Value& params)
|
||||
{
|
||||
return obj;
|
||||
}
|
||||
else if (saSrcBalance < theConfig.FEE_CREATE + saInitialFunds)
|
||||
else if (saSrcBalance < (saInitialFunds + theConfig.FEE_CREATE))
|
||||
{
|
||||
return JSONRPCError(500, "insufficent funds");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user