X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=c_sharp%2Fsrc%2Forg%2Fldk%2Fstructs%2FRoutingFees.cs;fp=c_sharp%2Fsrc%2Forg%2Fldk%2Fstructs%2FRoutingFees.cs;h=087d9562a987f1dc41fad30ab93277bef3737178;hb=c6777737ea14e7814b0fa7d6fe16536f31d4a82b;hp=e3b1437012fbea6ccd6dc318e04aae74832eb23a;hpb=ee72c84d4bf9e2404e02fe20155efb502ceaee1b;p=ldk-java diff --git a/c_sharp/src/org/ldk/structs/RoutingFees.cs b/c_sharp/src/org/ldk/structs/RoutingFees.cs index e3b14370..087d9562 100644 --- a/c_sharp/src/org/ldk/structs/RoutingFees.cs +++ b/c_sharp/src/org/ldk/structs/RoutingFees.cs @@ -16,7 +16,7 @@ public class RoutingFees : CommonBase { } /** - * Flat routing fee in satoshis + * Flat routing fee in millisatoshis. */ public int get_base_msat() { int ret = bindings.RoutingFees_get_base_msat(this.ptr); @@ -25,7 +25,7 @@ public class RoutingFees : CommonBase { } /** - * Flat routing fee in satoshis + * Flat routing fee in millisatoshis. */ public void set_base_msat(int val) { bindings.RoutingFees_set_base_msat(this.ptr, val); @@ -102,7 +102,7 @@ public class RoutingFees : CommonBase { } /** - * Checks if two RoutingFeess contain equal inner contents. + * Generates a non-cryptographic 64-bit hash of the RoutingFees. */ public long hash() { long ret = bindings.RoutingFees_hash(this.ptr);