Update auto-updated Java files
[ldk-java] / src / main / java / org / ldk / structs / RawInvoice.java
index 00082036314a0709d383c0d508eefc16a4617f11..39858da039d67f23f78d5e46f7c38463f7910064 100644 (file)
@@ -52,6 +52,10 @@ public class RawInvoice extends CommonBase {
                return ret;
        }
 
+       @Override public boolean equals(Object o) {
+               if (!(o instanceof RawInvoice)) return false;
+               return this.eq((RawInvoice)o);
+       }
        long clone_ptr() {
                long ret = bindings.RawInvoice_clone_ptr(this.ptr);
                return ret;