1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-02-23 15:38:22 +00:00

process: Final/Active ↦ Deployed

```
sed -z -i 's/Status: Active/Status: Deployed/' bip-0*.md
sed -z -i 's/Status: Active/Status: Deployed/' bip-0*.mediawiki
sed -z -i 's/Status: Final/Status: Deployed/' bip-0*.md
sed -z -i 's/Status: Final/Status: Deployed/' bip-0*.mediawiki
sed -i 's/| Active/| Deployed/' README.mediawiki
sed -i 's/| Final/| Deployed/' README.mediawiki
```
This commit is contained in:
Murch
2025-04-11 18:08:44 -07:00
parent 6760ba8738
commit 5d3ceb3773
78 changed files with 153 additions and 154 deletions

View File

@@ -3,7 +3,7 @@
Title: Updated BIP Process
Author: Murch <murch@murch.one>
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0003
Status: Active
Status: Deployed
Type: Process
Created: 2025-01-09
License: BSD-2-Clause