@ -161,8 +161,11 @@ def is_snicker_v1_tx(tx):
except CCoinAddressError:
return False
else:
try:
if not btc.CCoinAddress.from_scriptPubKey(
vo.scriptPubKey).get_scriptPubKey_type() == matched_spk:
assert matched_spk
return True