Update auto-generated mts files (without structs)
[ldk-java] / ts / enums / ConfirmationTarget.ts
diff --git a/ts/enums/ConfirmationTarget.ts b/ts/enums/ConfirmationTarget.ts
deleted file mode 100644 (file)
index 25afe79..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-
-            export enum ConfirmationTarget {
-                /**
- * We are happy with this transaction confirming slowly when feerate drops some.
- */
-LDKConfirmationTarget_Background,
-                               /**
- * We'd like this transaction to confirm without major delay, but 12-18 blocks is fine.
- */
-LDKConfirmationTarget_Normal,
-                               /**
- * We'd like this transaction to confirm in the next few blocks.
- */
-LDKConfirmationTarget_HighPriority,
-                               
-            }