diff options
author | MarcoFalke <falke.marco@gmail.com> | 2016-04-03 11:49:36 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2016-04-03 11:58:01 +0200 |
commit | fada0c422c081ba53a324aaf63c0a750cb56498e (patch) | |
tree | cb5bfc67fed9a66c67582fa4ade5fe77b8442259 /src/policy/fees.h | |
parent | 30c2dd8d0598afac9319d3a813a89a682b9c0d34 (diff) |
[doc] Fix doxygen comments for members
Diffstat (limited to 'src/policy/fees.h')
-rw-r--r-- | src/policy/fees.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/policy/fees.h b/src/policy/fees.h index cdd984de7d..463f62f710 100644 --- a/src/policy/fees.h +++ b/src/policy/fees.h @@ -265,8 +265,8 @@ public: void Read(CAutoFile& filein); private: - CFeeRate minTrackedFee; //! Passed to constructor to avoid dependency on main - double minTrackedPriority; //! Set to AllowFreeThreshold + CFeeRate minTrackedFee; //!< Passed to constructor to avoid dependency on main + double minTrackedPriority; //!< Set to AllowFreeThreshold unsigned int nBestSeenHeight; struct TxStatsInfo { |