X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=sidebyside;f=c_sharp%2Fsrc%2Forg%2Fldk%2Fstructs%2FOfferFeatures.cs;fp=c_sharp%2Fsrc%2Forg%2Fldk%2Fstructs%2FOfferFeatures.cs;h=d72a7ad0074e7ff56c77e8fe63e5e0c05bb549b0;hb=592c64eb658d92e314a2b983cea16cecf3882474;hp=8e6af54be25f154ad8c7f0efd6114a3467934655;hpb=12fdbefaac81d5b4be6bb67addd6dcd7c46a182b;p=ldk-java diff --git a/c_sharp/src/org/ldk/structs/OfferFeatures.cs b/c_sharp/src/org/ldk/structs/OfferFeatures.cs index 8e6af54b..d72a7ad0 100644 --- a/c_sharp/src/org/ldk/structs/OfferFeatures.cs +++ b/c_sharp/src/org/ldk/structs/OfferFeatures.cs @@ -21,7 +21,7 @@ public class OfferFeatures : CommonBase { * Two objects with NULL inner values will be considered "equal" here. */ public bool eq(org.ldk.structs.OfferFeatures b) { - bool ret = bindings.OfferFeatures_eq(this.ptr, b == null ? 0 : b.ptr); + bool ret = bindings.OfferFeatures_eq(this.ptr, b.ptr); GC.KeepAlive(this); GC.KeepAlive(b); if (this != null) { this.ptrs_to.AddLast(b); }; @@ -77,7 +77,7 @@ public class OfferFeatures : CommonBase { * Returns true if this `Features` object contains required features unknown by `other`. */ public bool requires_unknown_bits_from(org.ldk.structs.OfferFeatures other) { - bool ret = bindings.OfferFeatures_requires_unknown_bits_from(this.ptr, other == null ? 0 : other.ptr); + bool ret = bindings.OfferFeatures_requires_unknown_bits_from(this.ptr, other.ptr); GC.KeepAlive(this); GC.KeepAlive(other); if (this != null) { this.ptrs_to.AddLast(other); };