summaryrefslogtreecommitdiff
path: root/bip-0050.mediawiki
diff options
context:
space:
mode:
authorLuke-Jr <luke_github1@dashjr.org>2016-07-15 15:36:59 +0000
committerGitHub <noreply@github.com>2016-07-15 15:36:59 +0000
commit2c84b48778c87c1c9a33c2102271116e331c7258 (patch)
treeddcae592a1456de97e1cbfabf987e487bd77085c /bip-0050.mediawiki
parent98b7976928008c7b1185cdc844c26abdb35976eb (diff)
parent9bb5acaec764b41c23d5d4364bc2d5bba87910d4 (diff)
downloadbips-2c84b48778c87c1c9a33c2102271116e331c7258.tar.xz
Merge pull request #325 from afk11/323-fix-typo
Typo in change to BIP50
Diffstat (limited to 'bip-0050.mediawiki')
-rw-r--r--bip-0050.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0050.mediawiki b/bip-0050.mediawiki
index 4f48fca..fbc1c0f 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.