MERGE FIX: Properly parse sendtomainchain args from -cli

This commit is contained in:
Gregory Sanders 2019-01-29 10:55:53 +00:00
parent 4202671221
commit e0a8aba137

View file

@ -165,6 +165,8 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "rescanblockchain", 1, "stop_height"},
{ "createwallet", 1, "disable_private_keys"},
{ "combineblocksigs", 1, "signatures"},
{ "sendtomainchain", 1, "amount" },
{ "sendtomainchain", 2, "subtractfeefromamount" },
};
// clang-format on