X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=c_sharp%2Fsrc%2Forg%2Fldk%2Fstructs%2FProbeSendFailure.cs;fp=c_sharp%2Fsrc%2Forg%2Fldk%2Fstructs%2FProbeSendFailure.cs;h=fec1e3e7a84cd1dd0e1466df7abdab2e88351c8c;hb=592c64eb658d92e314a2b983cea16cecf3882474;hp=34ec6c6a8abdeedace3d25348aa5dcd44439976b;hpb=12fdbefaac81d5b4be6bb67addd6dcd7c46a182b;p=ldk-java diff --git a/c_sharp/src/org/ldk/structs/ProbeSendFailure.cs b/c_sharp/src/org/ldk/structs/ProbeSendFailure.cs index 34ec6c6a..fec1e3e7 100644 --- a/c_sharp/src/org/ldk/structs/ProbeSendFailure.cs +++ b/c_sharp/src/org/ldk/structs/ProbeSendFailure.cs @@ -89,7 +89,7 @@ public class ProbeSendFailure : CommonBase { * This ignores pointers and is_owned flags and looks at the values in fields. */ public bool eq(org.ldk.structs.ProbeSendFailure b) { - bool ret = bindings.ProbeSendFailure_eq(this.ptr, b == null ? 0 : b.ptr); + bool ret = bindings.ProbeSendFailure_eq(this.ptr, b.ptr); GC.KeepAlive(this); GC.KeepAlive(b); return ret;