diff options
| author | MarcoFalke <[email protected]> | 2018-12-05 17:07:30 -0500 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2018-12-07 11:53:29 -0500 |
| commit | fa0c24c96e9937f666dcdd83d12145720c7b0329 (patch) | |
| tree | bf5ce662ac1b0b3f83caed46d5d05a755e03dddd /src/rpc/util.h | |
| parent | Merge #14796: rpc: Pass argument descriptions to RPCHelpMan (diff) | |
| download | discoin-fa0c24c96e9937f666dcdd83d12145720c7b0329.tar.xz discoin-fa0c24c96e9937f666dcdd83d12145720c7b0329.zip | |
rpc: Document default values for optional arguments
Diffstat (limited to 'src/rpc/util.h')
| -rw-r--r-- | src/rpc/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/util.h b/src/rpc/util.h index 1d1df2c63..2185c8d52 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; /** |