diff options
author | Stephen <scmorse@colby.edu> | 2015-06-11 16:12:34 -0400 |
---|---|---|
committer | Stephen <scmorse@colby.edu> | 2015-06-11 16:12:34 -0400 |
commit | ef2a3de25c882396e1776b554878d2784b6b7391 (patch) | |
tree | caab0736ccab0b0576413d6bfcee37810ae74587 /qa | |
parent | 55294a9fb673ab0a7c99b9c18279fe12a5a07890 (diff) |
Add paytxfee to getwalletinfo, warnings to getnetworkinfo
Diffstat (limited to 'qa')
-rw-r--r-- | qa/rpc-tests/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/rpc-tests/README.md b/qa/rpc-tests/README.md index 6221c93d8b..efc81e7a97 100644 --- a/qa/rpc-tests/README.md +++ b/qa/rpc-tests/README.md @@ -25,7 +25,7 @@ Run all possible tests with `qa/pull-tester/rpc-tests.sh -extended`. Possible options: -```` +``` -h, --help show this help message and exit --nocleanup Leave bitcoinds and test.* datadir on exit or error --noshutdown Don't stop bitcoinds after the test execution |