summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobin Harding <me@tobin.cc>2021-06-09 10:33:59 +1000
committerTobin Harding <me@tobin.cc>2021-06-09 10:33:59 +1000
commitf59b209b913b2b45c99436ac3bce7cd86d623000 (patch)
tree00778ff010d792afc87f2b92b45969578a2f20f9
parent9ee97173106dfb0886e335a00df1359f6d4279c7 (diff)
downloadbips-f59b209b913b2b45c99436ac3bce7cd86d623000.tar.xz
Fix typo, remove 'in'
Phrase 'based on in BIP 43' should probably read 'based on BIP 34'.
-rw-r--r--bip-0009.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0009.mediawiki b/bip-0009.mediawiki
index ad11678..f7fbad1 100644
--- a/bip-0009.mediawiki
+++ b/bip-0009.mediawiki
@@ -205,7 +205,7 @@ A client that does not understand a rule prefixed by '!' must not attempt to pro
The mechanism described above is very generic, and variations are possible for future soft forks. Here are some ideas that can be taken into account.
'''Modified thresholds'''
-The 1916 threshold (based on in BIP 34's 95%) does not have to be maintained for eternity, but changes should take the effect on the warning system into account. In particular, having a lock-in threshold that is incompatible with the one used for the warning system may have long-term effects, as the warning system cannot rely on a permanently detectable condition anymore.
+The 1916 threshold (based on BIP 34's 95%) does not have to be maintained for eternity, but changes should take the effect on the warning system into account. In particular, having a lock-in threshold that is incompatible with the one used for the warning system may have long-term effects, as the warning system cannot rely on a permanently detectable condition anymore.
'''Conflicting soft forks'''
At some point, two mutually exclusive soft forks may be proposed. The naive way to deal with this is to never create software that implements both, but that is making a bet that at least one side is guaranteed to lose. Better would be to encode "soft fork X cannot be locked-in" as consensus rule for the conflicting soft fork - allowing software that supports both, but can never trigger conflicting changes.