Skip to content

Commit 9418cb2

Browse files
committed
Update bindings for new docs and stable C++ header ordering
1 parent ed0c98b commit 9418cb2

File tree

2 files changed

+463
-463
lines changed

2 files changed

+463
-463
lines changed

lightning-c-bindings/include/lightning.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ typedef enum LDKSecp256k1Error {
194194
*
195195
* Note that, while it may change in the future, because transactions on the Rust side are stored
196196
* in a deserialized form, all `Transaction`s generated on the Rust side will have `data_is_owned`
197-
* set and all `Transaction`s you pass to Rust may have `data_is_owned` either set or unset at
198-
* your discretion.
197+
* set. Similarly, while it may change in the future, all `Transaction`s you pass to Rust may have
198+
* `data_is_owned` either set or unset at your discretion.
199199
*/
200200
typedef struct LDKTransaction {
201201
const uint8_t *data;

0 commit comments

Comments
 (0)