diff options
author | fanquake <fanquake@gmail.com> | 2021-04-03 10:53:29 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-04-06 14:50:17 +0800 |
commit | 3b0078f958c46e94b468c829522ba965f5549f11 (patch) | |
tree | 09585c08fd33f9902dc78b9a3552a03ffa4f90b2 /src/policy/feerate.h | |
parent | c6edcf1c710e4aaf1cafdbf8e86fe209b57bdeb8 (diff) |
doc: fixup -Wdocumentation issues
Diffstat (limited to 'src/policy/feerate.h')
-rw-r--r-- | src/policy/feerate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/policy/feerate.h b/src/policy/feerate.h index 86ae507957..0e4f9914b8 100644 --- a/src/policy/feerate.h +++ b/src/policy/feerate.h @@ -47,7 +47,6 @@ public: * * @param[in] nFeePaid CAmount fee rate to construct with * @param[in] nBytes size_t bytes (units) to construct with - * @returns fee rate */ CFeeRate(const CAmount& nFeePaid, size_t nBytes); /** |