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/validation.h | |
parent | c6edcf1c710e4aaf1cafdbf8e86fe209b57bdeb8 (diff) |
doc: fixup -Wdocumentation issues
Diffstat (limited to 'src/validation.h')
-rw-r--r-- | src/validation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/validation.h b/src/validation.h index 21e63947fa..9f2c244482 100644 --- a/src/validation.h +++ b/src/validation.h @@ -1029,7 +1029,7 @@ inline bool IsBlockPruned(const CBlockIndex* pblockindex) /** * Return the expected assumeutxo value for a given height, if one exists. * - * @param height[in] Get the assumeutxo value for this height. + * @param[in] height Get the assumeutxo value for this height. * * @returns empty if no assumeutxo configuration exists for the given height. */ |