X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=inline;f=c_sharp%2Fsrc%2Forg%2Fldk%2Fstructs%2FRevocationBasepoint.cs;fp=c_sharp%2Fsrc%2Forg%2Fldk%2Fstructs%2FRevocationBasepoint.cs;h=3df76105a16492da2204a7c4c7bfddd39254f571;hb=592c64eb658d92e314a2b983cea16cecf3882474;hp=d2254409e985f0b9b40b8740a3ddcfb667a6d919;hpb=12fdbefaac81d5b4be6bb67addd6dcd7c46a182b;p=ldk-java diff --git a/c_sharp/src/org/ldk/structs/RevocationBasepoint.cs b/c_sharp/src/org/ldk/structs/RevocationBasepoint.cs index d2254409..3df76105 100644 --- a/c_sharp/src/org/ldk/structs/RevocationBasepoint.cs +++ b/c_sharp/src/org/ldk/structs/RevocationBasepoint.cs @@ -48,7 +48,7 @@ public class RevocationBasepoint : CommonBase { * Two objects with NULL inner values will be considered "equal" here. */ public bool eq(org.ldk.structs.RevocationBasepoint b) { - bool ret = bindings.RevocationBasepoint_eq(this.ptr, b == null ? 0 : b.ptr); + bool ret = bindings.RevocationBasepoint_eq(this.ptr, b.ptr); GC.KeepAlive(this); GC.KeepAlive(b); if (this != null) { this.ptrs_to.AddLast(b); };