diff options
| author | Derek701 <[email protected]> | 2014-08-08 23:13:06 -0500 |
|---|---|---|
| committer | Derek701 <[email protected]> | 2014-08-08 23:13:06 -0500 |
| commit | ab45ddb599edc46516b71b35c5afe3e8d0fc3e9b (patch) | |
| tree | 749a544950d2eae660b78d232a8b6e95a1cb4276 /src/rpcwallet.cpp | |
| parent | Merge branch 'patch-4' of git://github.com/benhc123/bitcoin into merge-PR4653 (diff) | |
| download | discoin-ab45ddb599edc46516b71b35c5afe3e8d0fc3e9b.tar.xz discoin-ab45ddb599edc46516b71b35c5afe3e8d0fc3e9b.zip | |
Fix typo in gettransaction help
Diffstat (limited to 'src/rpcwallet.cpp')
| -rw-r--r-- | src/rpcwallet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpcwallet.cpp b/src/rpcwallet.cpp index 667ca33ce..215da2ea1 100644 --- a/src/rpcwallet.cpp +++ b/src/rpcwallet.cpp @@ -1518,7 +1518,7 @@ Value gettransaction(const Array& params, bool fHelp) " \"hex\" : \"data\" (string) Raw data for transaction\n" "}\n" - "\nbExamples\n" + "\nExamples:\n" + HelpExampleCli("gettransaction", "\"1075db55d416d3ca199f55b6084e2115b9345e16c5cf302fc80e9d5fbf5d48d\"") + HelpExampleRpc("gettransaction", "\"1075db55d416d3ca199f55b6084e2115b9345e16c5cf302fc80e9d5fbf5d48d\"") ); |