Skip to content
This repository has been archived by the owner on Jul 2, 2022. It is now read-only.

Refer to actual block size in sigops limit #20

Merged
merged 1 commit into from
Mar 24, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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