diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-08-11 15:07:18 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-08-11 15:07:24 +0200 |
| commit | fecab8773d1c39c547e39cfd4ed412f8a86456e8 (patch) | |
| tree | af5b337843d48b406499a3ea8490fe926f2335da /src/rpcwallet.cpp | |
| parent | Merge pull request #4668 (diff) | |
| parent | Fix typo in gettransaction help (diff) | |
| download | discoin-fecab8773d1c39c547e39cfd4ed412f8a86456e8.tar.xz discoin-fecab8773d1c39c547e39cfd4ed412f8a86456e8.zip | |
Merge pull request #4666
ab45ddb Fix typo in gettransaction help (Derek701)
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\"") ); |