aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/util.h
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2018-12-10 14:02:15 -0500
committerMarcoFalke <falke.marco@gmail.com>2018-12-10 14:02:21 -0500
commit5f23460c7e316fe7c944680f3feff07ebb867f70 (patch)
tree98e72243638bca0090fdffdf75f5a576726ab739 /src/rpc/util.h
parent234b99b9210c0a18fca10dfa75331a68f8e74a13 (diff)
parentfa0c24c96e9937f666dcdd83d12145720c7b0329 (diff)
downloadbitcoin-5f23460c7e316fe7c944680f3feff07ebb867f70.tar.xz
Merge #14877: rpc: Document default values for optional arguments
fa0c24c96e rpc: Document default values for optional arguments (MarcoFalke) Pull request description: Tree-SHA512: e1f5ea67d7ac67526ae87bffaeb308a9ad68632e161fe0148cd431a340bb7a30def18f1dbc7e98c6c1c269ac8942fd5d5334c85c48e4fb1cead70a42536b6eef
Diffstat (limited to 'src/rpc/util.h')
-rw-r--r--src/rpc/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/util.h b/src/rpc/util.h
index 7dedb915fb..9e97b3ae0b 100644
--- a/src/rpc/util.h
+++ b/src/rpc/util.h
@@ -90,7 +90,7 @@ struct RPCArg {
/**
* Return the type string of the argument.
- * Set oneline to allow it to be overrided by a custom oneline type string (m_oneline_description).
+ * Set oneline to allow it to be overridden by a custom oneline type string (m_oneline_description).
*/
std::string ToString(bool oneline) const;
/**