From 896ca42a532a35aa9b1b834a9bc21da79723df73 Mon Sep 17 00:00:00 2001 From: DanGould Date: Fri, 15 Jul 2022 14:45:43 +0800 Subject: [PATCH] Document PSBT roles and limitation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ae301cb..66f40ef4 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Supports (or should support) * De/serialization of blocks and transactions * Script de/serialization * Private keys and address creation, de/serialization and validation (including full BIP32 support) -* PSBT creation, manipulation, merging and finalization +* 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. * Pay-to-contract support as in Appendix A of the [Blockstream sidechains whitepaper](https://www.blockstream.com/sidechains.pdf) For JSONRPC interaction with Bitcoin Core, it is recommended to use