X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Forg%2Fldk%2Fstructs%2FPayeePubKey.java;h=53ad74f3528fc3b50f4f5dffe857f367f48120e7;hb=ca313f2eee377bec222fa82b2939751fa9eab32e;hp=8494ebcc6b4c3b5534d0435da7b8800e9eb4611e;hpb=3c60e0fd0da579be9932801c1be2b32014c944a5;p=ldk-java diff --git a/src/main/java/org/ldk/structs/PayeePubKey.java b/src/main/java/org/ldk/structs/PayeePubKey.java index 8494ebcc..53ad74f3 100644 --- a/src/main/java/org/ldk/structs/PayeePubKey.java +++ b/src/main/java/org/ldk/structs/PayeePubKey.java @@ -63,7 +63,7 @@ public class PayeePubKey extends CommonBase { } /** - * Checks if two PayeePubKeys contain equal inner contents. + * Generates a non-cryptographic 64-bit hash of the PayeePubKey. */ public long hash() { long ret = bindings.PayeePubKey_hash(this.ptr); @@ -79,7 +79,7 @@ public class PayeePubKey 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(PayeePubKey b) { + public boolean eq(org.ldk.structs.PayeePubKey b) { boolean ret = bindings.PayeePubKey_eq(this.ptr, b == null ? 0 : b.ptr); Reference.reachabilityFence(this); Reference.reachabilityFence(b);