We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8783bcc commit d842e6aCopy full SHA for d842e6a
src/policy/fees.h
@@ -273,7 +273,7 @@ class FeeFilterRounder
273
/** Create new FeeFilterRounder */
274
explicit FeeFilterRounder(const CFeeRate& minIncrementalFee);
275
276
- /** Quantize a minimum fee for privacy purpose before broadcast **/
+ /** Quantize a minimum fee for privacy purpose before broadcast. Not thread-safe due to use of FastRandomContext */
277
CAmount round(CAmount currentMinFee);
278
279
private:
0 commit comments