Skip to content

Commit d842e6a

Browse files
hebastoMarcoFalke
andcommitted
doc: Add non-thread-safe note to FeeFilterRounder::round()
Co-authored-by: MarcoFalke <[email protected]>
1 parent 8783bcc commit d842e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/policy/fees.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ class FeeFilterRounder
273273
/** Create new FeeFilterRounder */
274274
explicit FeeFilterRounder(const CFeeRate& minIncrementalFee);
275275

276-
/** Quantize a minimum fee for privacy purpose before broadcast **/
276+
/** Quantize a minimum fee for privacy purpose before broadcast. Not thread-safe due to use of FastRandomContext */
277277
CAmount round(CAmount currentMinFee);
278278

279279
private:

0 commit comments

Comments
 (0)