We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c48a80d commit 4d38a6dCopy full SHA for 4d38a6d
CHANGES.md
@@ -6,14 +6,15 @@
6
7
- PSBT: Allow extracting partially finalized transactions in `wally_psbt_extract`
8
by passing a new `WALLY_PSBT_EXTRACT_OPT_FINAL` flag.
9
-- Allow getting the number of items in a transactions input witness via
+- tx: Allow getting the number of items in a transactions input witness via
10
`wally_tx_input_get_witness_num_items`/`wally_tx_get_input_witness_num_items`.
11
12
### Changed
13
14
### Fixed
15
16
-- tx_input_get_witness now correctly returns 0 bytes written if passed a NULL input.
+- tx: tx_input_get_witness now correctly returns 0 bytes written if passed a
17
+ NULL input.
18
19
20
## Version 1.0.0
0 commit comments