Commit b491a42
feat(utxo-core): use standard Psbt type for BIP322 functions
Update BIP322 functions to work with standard Psbt type instead of UtxoPsbt,
making the API more flexible and consistent. There is no need for that
function to be UtxoPsbt, which is geared towards 2of3 scripts.
Issue: BTC-2385
Co-authored-by: llm-git <[email protected]>1 parent 01475ec commit b491a42
File tree
3 files changed
+4
-4
lines changed- modules
- utxo-core/src/bip322
- utxo-lib/src/bitgo
3 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments