Update auto-generated Java bindings (all functionally equivalent)
[ldk-java] / src / main / java / org / ldk / structs / TxOut.java
index 80b67a24358b325557eef77d8c6cb3b262f53bde..b036b39c1bff98e67603d983b8a15c6f6132754b 100644 (file)
@@ -4,9 +4,10 @@ import org.ldk.impl.bindings;
 import org.ldk.enums.*;
 import org.ldk.util.*;
 import java.util.Arrays;
+import java.lang.ref.Reference;
 import javax.annotation.Nullable;
 
-public class TxOut extends CommonBase{
+public class TxOut extends CommonBase {
        /** The script_pubkey in this output */
        public final byte[] script_pubkey;
        /** The value, in satoshis, of this output */
@@ -28,5 +29,4 @@ public class TxOut extends CommonBase{
                super.finalize();
                if (ptr != 0) { bindings.TxOut_free(ptr); }
        }
-
 }
\ No newline at end of file