diff options
author | Thomas Kerin <afk11@users.noreply.github.com> | 2016-02-09 18:52:38 +0000 |
---|---|---|
committer | Thomas Kerin <afk11@users.noreply.github.com> | 2016-02-09 18:52:38 +0000 |
commit | 9bb5acaec764b41c23d5d4364bc2d5bba87910d4 (patch) | |
tree | c94c68ce5d003edb4866ec219dbfa2e91acb3533 /bip-0050.mediawiki | |
parent | e216baba46684c7e2551c6d39b9e2a848b4d6337 (diff) |
Typo
Diffstat (limited to 'bip-0050.mediawiki')
-rw-r--r-- | bip-0050.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0050.mediawiki b/bip-0050.mediawiki index 3107070..dbec7aa 100644 --- a/bip-0050.mediawiki +++ b/bip-0050.mediawiki @@ -41,7 +41,7 @@ This would be an issue even if the entire network was running version 0.7.2. It ===Immediately=== '''Done''': Release a version 0.8.1, forked directly from 0.8.0, that, for the next two months has the following new rules: -# Reject blocks that would probably could cause more than 10,000 locks to be taken. +# Reject blocks that would probably cause more than 10,000 locks to be taken. # Limit the maximum block-size created to 500,000 bytes # Release a patch for older versions that implements the same rules, but also increases the maximum number of locks to 537,000 # Create a web page on bitcoin.org that will urge users to upgrade to 0.8.1, but will tell them how to set DB_CONFIG to 537,000 locks if they absolutely cannot. |