diff options
| author | Jannis Froese <[email protected]> | 2014-03-29 22:14:05 +0100 |
|---|---|---|
| committer | Jannis Froese <[email protected]> | 2014-03-29 22:14:05 +0100 |
| commit | 9449d42332b450733298723b47df343a571e4f6b (patch) | |
| tree | 6a878dc78fd8d18da6b29390395451090294cbe3 /src/rpcwallet.cpp | |
| parent | Merge pull request #382 from leofidus/1.7-blockchainsize (diff) | |
| download | discoin-9449d42332b450733298723b47df343a571e4f6b.tar.xz discoin-9449d42332b450733298723b47df343a571e4f6b.zip | |
warning and documentation changes to match dogecoin fees
Diffstat (limited to 'src/rpcwallet.cpp')
| -rw-r--r-- | src/rpcwallet.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rpcwallet.cpp b/src/rpcwallet.cpp index 4665bc24f..5ac0c9088 100644 --- a/src/rpcwallet.cpp +++ b/src/rpcwallet.cpp @@ -1875,8 +1875,8 @@ Value settxfee(const Array& params, bool fHelp) "\nResult\n" "true|false (boolean) Returns true if successful\n" "\nExamples:\n" - + HelpExampleCli("settxfee", "0.00001") - + HelpExampleRpc("settxfee", "0.00001") + + HelpExampleCli("settxfee", "5") + + HelpExampleRpc("settxfee", "5") ); // Amount |