remove comment

This commit is contained in:
SomberNight 2018-01-30 01:47:51 +01:00
parent acf473f7f2
commit 6faef7efe3
1 changed files with 0 additions and 1 deletions

View File

@ -312,7 +312,6 @@ def parse_scriptSig(d, _bytes):
if item[0] == 0:
# segwit embedded into p2sh
# witness version 0
# segwit embedded into p2sh
d['address'] = bitcoin.hash160_to_p2sh(bitcoin.hash_160(item))
if len(item) == 22:
d['type'] = 'p2wpkh-p2sh'