Skip to content

Commit f59b209

Browse files
committed
Fix typo, remove 'in'
Phrase 'based on in BIP 43' should probably read 'based on BIP 34'.
1 parent 9ee9717 commit f59b209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-0009.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ A client that does not understand a rule prefixed by '!' must not attempt to pro
205205
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.
206206

207207
'''Modified thresholds'''
208-
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.
208+
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.
209209

210210
'''Conflicting soft forks'''
211211
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.

0 commit comments

Comments
 (0)