Remove the Pay-to-Contract reference from README.

Removed in https://github.com/rust-bitcoin/rust-bitcoin/pull/871
This commit is contained in:
sanket1729 2022-07-18 10:33:44 -07:00
parent 5d9f564510
commit 0a0934af16
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ Supports (or should support)
* Script de/serialization
* Private keys and address creation, de/serialization and validation (including full BIP32 support)
* 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
[rust-bitcoincore-rpc](https://github.com/rust-bitcoin/rust-bitcoincore-rpc).