We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b2fe55 commit 3fa6c9cCopy full SHA for 3fa6c9c
src/wallet/rpcwallet.cpp
@@ -5212,7 +5212,7 @@ UniValue sendtomainchain_pak(const JSONRPCRequest& request)
5212
//amount
5213
CAmount nAmount = AmountFromValue(request.params[1]);
5214
if (nAmount < 100000)
5215
- throw JSONRPCError(RPC_INVALID_PARAMETER, "Invalid amount for send, must send more than 0.0001 BTC");
+ throw JSONRPCError(RPC_INVALID_PARAMETER, "Invalid amount for send, must send more than 0.00100000 BTC");
5216
5217
bool subtract_fee = false;
5218
if (request.params.size() > 2) {
0 commit comments