aboutsummaryrefslogtreecommitdiff
path: root/src/qt/rpcconsole.cpp
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2018-08-08 21:12:14 +0200
committerpracticalswift <practicalswift@users.noreply.github.com>2018-08-08 22:14:45 +0200
commit0e534d4dcae91ecf7ebd7a667227f7c26b4d5755 (patch)
tree7d21739df2eb4d694e53cd36498d227129a4b6bc /src/qt/rpcconsole.cpp
parent9d86aad287f07e20066138b9f909758ad7a2e098 (diff)
downloadbitcoin-0e534d4dcae91ecf7ebd7a667227f7c26b4d5755.tar.xz
Fix incorrect Doxygen comments
Diffstat (limited to 'src/qt/rpcconsole.cpp')
-rw-r--r--src/qt/rpcconsole.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp
index f222357f27..e3fd24b9c7 100644
--- a/src/qt/rpcconsole.cpp
+++ b/src/qt/rpcconsole.cpp
@@ -144,7 +144,7 @@ public:
* - Within single quotes, no escaping is possible and no special interpretation takes place
*
* @param[in] node optional node to execute command on
- * @param[out] result stringified Result from the executed command(chain)
+ * @param[out] strResult stringified result from the executed command(chain)
* @param[in] strCommand Command line to split
* @param[in] fExecute set true if you want the command to be executed
* @param[out] pstrFilteredOut Command line, filtered to remove any sensitive data