diff options
author | Cozz Lovan <cozzlovan@yahoo.com> | 2014-07-15 02:11:55 +0200 |
---|---|---|
committer | Cozz Lovan <cozzlovan@yahoo.com> | 2014-07-15 05:20:52 +0200 |
commit | ebdcc360b65816f7ad7cdedce6a1114d5e014b7b (patch) | |
tree | fa928b5d5e693649e46c102af10532b289b2d31b /src/rpcclient.cpp | |
parent | bdd5b587fc7fd1b4dda479c4aad15c874b22e8f3 (diff) |
Add helptexts for -whitelist and rpc prioritisetransaction and switch to bitcoin instead of satoshis
Diffstat (limited to 'src/rpcclient.cpp')
-rw-r--r-- | src/rpcclient.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rpcclient.cpp b/src/rpcclient.cpp index 5edeecf933..a0921453cc 100644 --- a/src/rpcclient.cpp +++ b/src/rpcclient.cpp @@ -85,6 +85,8 @@ static const CRPCConvertParam vRPCConvertParams[] = { "getrawmempool", 0 }, { "estimatefee", 0 }, { "estimatepriority", 0 }, + { "prioritisetransaction", 1 }, + { "prioritisetransaction", 2 }, }; class CRPCConvertTable |