Skip to content

Commit c928422

Browse files
committed
Document PSBT roles and limitation
1 parent a8eca3c commit c928422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Supports (or should support)
2626
* De/serialization of blocks and transactions
2727
* Script de/serialization
2828
* Private keys and address creation, de/serialization and validation (including full BIP32 support)
29-
* PSBT creation, manipulation, merging and finalization
29+
* PSBT v0 de/serialization and all but the Input Finalizer role. Use [rust-miniscript](https://docs.rs/miniscript/latest/miniscript/psbt/index.html) to finalize.
3030
* Pay-to-contract support as in Appendix A of the [Blockstream sidechains whitepaper](https://www.blockstream.com/sidechains.pdf)
3131

3232
For JSONRPC interaction with Bitcoin Core, it is recommended to use

0 commit comments

Comments
 (0)