X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-c-bindings;a=blobdiff_plain;f=lightning-c-bindings%2Finclude%2Flightning.h;fp=lightning-c-bindings%2Finclude%2Flightning.h;h=cbbe93e216602072c47bb29557a7753071f6132b;hp=da7fa8e179ea2095980a17bc876325e53b7d06a8;hb=f337fb28b33dc0054da8331f46cda4089c505f43;hpb=cd9dff83374c8bdb6228c4d3cc541ed7b1980b45 diff --git a/lightning-c-bindings/include/lightning.h b/lightning-c-bindings/include/lightning.h index da7fa8e..cbbe93e 100644 --- a/lightning-c-bindings/include/lightning.h +++ b/lightning-c-bindings/include/lightning.h @@ -7884,7 +7884,7 @@ typedef struct LDKChannelSigner { /** * Returns the holder's channel public keys and basepoints. */ - struct LDKChannelPublicKeys pubkeys; + LDKChannelPublicKeys pubkeys; /** * Fill in the pubkeys field as a reference to it will be given to Rust after this returns * Note that this takes a pointer to this object, not the this_ptr like other methods do