Skip to content

Commit 8b3b202

Browse files
committed
Regenerate bindings headers
1 parent fa3f749 commit 8b3b202

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lightning-c-bindings/include/lightning.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,10 @@ typedef enum LDKSecp256k1Error {
198198
* `data_is_owned` either set or unset at your discretion.
199199
*/
200200
typedef struct LDKTransaction {
201-
const uint8_t *data;
201+
/**
202+
* This is non-const for your convenience, an object passed to Rust is never written to.
203+
*/
204+
uint8_t *data;
202205
uintptr_t datalen;
203206
bool data_is_owned;
204207
} LDKTransaction;

0 commit comments

Comments
 (0)