We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eed409a commit 817ebcdCopy full SHA for 817ebcd
1 file changed
src/wallet/rpcwallet.cpp
@@ -5207,7 +5207,7 @@ UniValue sendtomainchain_pak(const JSONRPCRequest& request)
5207
//amount
5208
CAmount nAmount = AmountFromValue(request.params[1]);
5209
if (nAmount < 100000)
5210
- 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");
5211
5212
bool subtract_fee = false;
5213
if (request.params.size() > 2) {
0 commit comments