From 6faef7efe34393e91e33afdfba0746f9794ddb4d Mon Sep 17 00:00:00 2001 From: SomberNight Date: Tue, 30 Jan 2018 01:47:51 +0100 Subject: [PATCH] remove comment --- lib/transaction.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/transaction.py b/lib/transaction.py index 95cb593cc..fdf81ed7c 100644 --- a/lib/transaction.py +++ b/lib/transaction.py @@ -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'