diff options
| author | Cozz Lovan <[email protected]> | 2014-07-15 02:11:55 +0200 |
|---|---|---|
| committer | Cozz Lovan <[email protected]> | 2014-07-15 05:20:52 +0200 |
| commit | ebdcc360b65816f7ad7cdedce6a1114d5e014b7b (patch) | |
| tree | fa928b5d5e693649e46c102af10532b289b2d31b /src/rpcclient.cpp | |
| parent | Add option to disable 077 umask (create new files with system default umask) (diff) | |
| download | discoin-ebdcc360b65816f7ad7cdedce6a1114d5e014b7b.tar.xz discoin-ebdcc360b65816f7ad7cdedce6a1114d5e014b7b.zip | |
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 5edeecf93..a0921453c 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 |