Update auto-generated bindings
[ldk-java] / ts / structs / BestBlock.ts
index a0372035f311542530484f036ea65d341ecf0231..439ba0e0365326c4e9bef55bd55bed5ed6f9335c 100644 (file)
@@ -25,7 +25,7 @@ import * as bindings from '../bindings' // TODO: figure out location
                return ret_hu_conv;
        }
 
-       public static BestBlock constructor_from_genesis(LDKNetwork network) {
+       public static BestBlock constructor_from_genesis(Network network) {
                number ret = bindings.BestBlock_from_genesis(network);
                const ret_hu_conv: BestBlock = new BestBlock(null, ret);
                ret_hu_conv.ptrs_to.add(ret_hu_conv);