[C#] Update auto-generated bindings to LDK 0.0.123
[ldk-java] / c_sharp / src / org / ldk / structs / FeeEstimator.cs
index 964cf0021f086937648e26dfb59d9dec40d44c36..e2d73ccc2d96d682a006d8568d8185db72fa8bd5 100644 (file)
@@ -33,6 +33,10 @@ public interface FeeEstimatorInterface {
  * 
  * Note that all of the functions implemented here *must* be reentrant-safe (obviously - they're
  * called from inside the library in response to chain events, P2P events, or timer events).
+ * 
+ * LDK may generate a substantial number of fee-estimation calls in some cases. You should
+ * pre-calculate and cache the fee estimate results to ensure you don't substantially slow HTLC
+ * handling.
  */
 public class FeeEstimator : CommonBase {
        internal bindings.LDKFeeEstimator bindings_instance;