Bugfix: Move IsStandard scriptSig size check out of IsPushOnly, since BIP16 verificat...
authorLuke Dashjr <luke-jr+git@utopios.org>
Tue, 12 Jun 2012 23:50:38 +0000 (23:50 +0000)
committerLuke Dashjr <luke-jr+git@utopios.org>
Tue, 12 Jun 2012 23:50:38 +0000 (23:50 +0000)
commit9a48f56fb02338b7f68ab9fd469abc1abe0011c3
tree8201d64a629a842d964a79b5fc961645edd536f6
parentaf413c0a0ff507da69afae6399bf3ff3fbf0774b
Bugfix: Move IsStandard scriptSig size check out of IsPushOnly, since BIP16 verification uses the latter too

This caused clients to reject block #177618 since it has a P2SH transaction with over 200 bytes in scriptSig.

(Upstream commit: e679ec969c8b22c676ebb10bea1038f6c8f13b33)
src/main.h
src/script.h