diff options
author | Luke-Jr <luke_github1@dashjr.org> | 2016-04-20 19:41:23 +0000 |
---|---|---|
committer | Luke-Jr <luke_github1@dashjr.org> | 2016-04-20 19:41:23 +0000 |
commit | a80fbaf619fb3c1600da4b13e7ca0de002a64e2c (patch) | |
tree | 335886d2ff2e96585c9ecc566f6b67738f09ae99 | |
parent | 5160fc71be058a5545d85234732b1ad6eeb3b2c9 (diff) | |
parent | 4cb4534fd918653975709a3cf4877ed77ec576c4 (diff) |
Merge pull request #373 from kanzure/bip143-typofix
BIP143: fix typo ("including")
-rw-r--r-- | bip-0143.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0143.mediawiki b/bip-0143.mediawiki index d39fdd8..9a1062f 100644 --- a/bip-0143.mediawiki +++ b/bip-0143.mediawiki @@ -195,7 +195,7 @@ This proposal is deployed with Segregated Witness softfork (BIP 141) == Backward compatibility == -As a soft fork, older software will continue to operate without modification. Non-upgraded nodes, however, will not see nor validate the witness data and will consider all witness programs, inculding the redefined sigops, as anyone-can-spend scripts. +As a soft fork, older software will continue to operate without modification. Non-upgraded nodes, however, will not see nor validate the witness data and will consider all witness programs, including the redefined sigops, as anyone-can-spend scripts. == Reference Implementation == |