Skip to content

Commit

Permalink
Refer to actual block size in sigops limit
Browse files Browse the repository at this point in the history
For compatibility with peers that may not be observing BIP100,
the scaled sigops limit will refer to actual block size rather
than hardLimit.
  • Loading branch information
dgenr8 committed Mar 19, 2017
1 parent f727ebf commit f9c3af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bip-0100.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The system is compatible with emergent consensus, but whereas under that system
### Otherwise, <code>new hardLimit</code> remains the same as <code>current hardLimit</code>.
===Signature Hashing Operations Limits===
# The per-block signature hashing operations limit is scaled to (<code>hardLimit</code> rounded up to nearest megabyte)/50.
# The per-block signature hashing operations limit is scaled to (actual block size rounded up to nearest megabyte)/50.
# A maximum serialized transaction size of 1000000 bytes is imposed.
===Publication of <code>hardLimit</code>===
Expand Down

0 comments on commit f9c3af0

Please sign in to comment.