Update auto-generated bindings with aliasing fix.
[ldk-c-bindings] / lightning-c-bindings / include / lightning.h
index da7fa8e179ea2095980a17bc876325e53b7d06a8..cbbe93e216602072c47bb29557a7753071f6132b 100644 (file)
@@ -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