diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-07-28 14:06:07 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-07-28 14:37:40 +0200 |
| commit | aaa707693782a02ed8f5d057e4adf6ad4e1f38e9 (patch) | |
| tree | b8619796100efc7ef81146ca69b2c11e1e5ed742 /src/rpcclient.cpp | |
| parent | Merge pull request #4491 (diff) | |
| parent | Add helptexts for -whitelist and rpc prioritisetransaction and switch to bitc... (diff) | |
| download | discoin-aaa707693782a02ed8f5d057e4adf6ad4e1f38e9.tar.xz discoin-aaa707693782a02ed8f5d057e4adf6ad4e1f38e9.zip | |
Merge pull request #4531
ebdcc36 Add helptexts for -whitelist and rpc prioritisetransaction and switch to bitcoin instead of satoshis (Cozz Lovan)
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 |