mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-09 00:54:22 +01:00
libwally: update to release_0.8.3
Remove hacks to get around empty PSBT deserialization bug
This commit is contained in:
@@ -19,6 +19,7 @@ static void wally_free(void *ptr)
|
||||
}
|
||||
|
||||
static struct wally_operations wally_tal_ops = {
|
||||
.struct_size = sizeof(struct wally_operations),
|
||||
.malloc_fn = wally_tal,
|
||||
.free_fn = wally_free,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user