[C#] Run tests against release library in determinism CI run
[ldk-java] / ts / structs / FeeEstimator.ts
diff --git a/ts/structs/FeeEstimator.ts b/ts/structs/FeeEstimator.ts
deleted file mode 100644 (file)
index b392ee7..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-       public int get_est_sat_per_1000_weight(LDKConfirmationTarget confirmation_target) {
-               int ret = bindings.FeeEstimator_get_est_sat_per_1000_weight(this.ptr, confirmation_target);
-               return ret;
-       }
-
-}