diff options
author | glozow <gloriajzhao@gmail.com> | 2024-06-02 20:21:30 +0200 |
---|---|---|
committer | glozow <gloriajzhao@gmail.com> | 2024-06-02 20:21:56 +0200 |
commit | 30a01134cdec37e7467fcd6eee8b0ae3890a131c (patch) | |
tree | 0f2c408e246b6ca09fcb3f7d481165f2ebb7937e /doc | |
parent | 9dbe6a03f0d6e70ccdf8e8715f888c0c17216bee (diff) |
[doc] update bips.md for 431
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bips.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/bips.md b/doc/bips.md index 8309ee7e92..19a8091f55 100644 --- a/doc/bips.md +++ b/doc/bips.md @@ -69,3 +69,4 @@ BIPs that are implemented by Bitcoin Core: [`385`](https://github.com/bitcoin/bips/blob/master/bip-0385.mediawiki): Output Script Descriptors, and most of Script Expressions are implemented as of **v0.17.0** ([PR 13697](https://github.com/bitcoin/bitcoin/pull/13697)). * [`BIP 386`](https://github.com/bitcoin/bips/blob/master/bip-0386.mediawiki): tr() Output Script Descriptors are implemented as of **v22.0** ([PR 22051](https://github.com/bitcoin/bitcoin/pull/22051)). +* [`BIP 431`](https://github.com/bitcoin/bips/blob/master/bip-0431.mediawiki): transactions with nVersion=3 are standard and treated as Topologically Restricted Until Confirmation as of **v28.0** ([PR 29496](https://github.com/bitcoin/bitcoin/pull/29496)). |