X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Forg%2Fldk%2Fstructs%2FHTLCUpdate.java;h=67050a5bc36c9c8f8bf3003cc3c1648fef5e0c6d;hb=330ca992be304d0eac79bd59b411980dff294b03;hp=ccf422ece9a655970952e061047543c14b039ed5;hpb=1852c471e433c02edcae4803ba52bfec05c5631c;p=ldk-java diff --git a/src/main/java/org/ldk/structs/HTLCUpdate.java b/src/main/java/org/ldk/structs/HTLCUpdate.java index ccf422ec..67050a5b 100644 --- a/src/main/java/org/ldk/structs/HTLCUpdate.java +++ b/src/main/java/org/ldk/structs/HTLCUpdate.java @@ -45,7 +45,7 @@ public class HTLCUpdate extends CommonBase { * This ignores pointers and is_owned flags and looks at the values in fields. * Two objects with NULL inner values will be considered "equal" here. */ - public boolean eq(HTLCUpdate b) { + public boolean eq(org.ldk.structs.HTLCUpdate b) { boolean ret = bindings.HTLCUpdate_eq(this.ptr, b == null ? 0 : b.ptr); Reference.reachabilityFence(this); Reference.reachabilityFence(b);