mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
doc: Add non-thread-safe note to FeeFilterRounder::round()
Co-authored-by: MarcoFalke <falke.marco@gmail.com>
This commit is contained in:
parent
8783bcc099
commit
d842e6ac96
1 changed files with 1 additions and 1 deletions
|
|
@ -273,7 +273,7 @@ public:
|
||||||
/** Create new FeeFilterRounder */
|
/** Create new FeeFilterRounder */
|
||||||
explicit FeeFilterRounder(const CFeeRate& minIncrementalFee);
|
explicit FeeFilterRounder(const CFeeRate& minIncrementalFee);
|
||||||
|
|
||||||
/** 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 */
|
||||||
CAmount round(CAmount currentMinFee);
|
CAmount round(CAmount currentMinFee);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue