Add helptexts for -whitelist and rpc prioritisetransaction and switch to bitcoin instead of satoshis

This commit is contained in:
Cozz Lovan
2014-07-15 02:11:55 +02:00
parent bdd5b587fc
commit ebdcc360b6
3 changed files with 24 additions and 2 deletions

View File

@@ -85,6 +85,8 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "getrawmempool", 0 },
{ "estimatefee", 0 },
{ "estimatepriority", 0 },
{ "prioritisetransaction", 1 },
{ "prioritisetransaction", 2 },
};
class CRPCConvertTable