1
0

update calls to is_complete() method. fixes #693

This commit is contained in:
ThomasV
2014-05-21 11:36:37 +02:00
parent a21a175679
commit 84954b0778
2 changed files with 3 additions and 3 deletions

View File

@@ -378,7 +378,7 @@ def get_address_from_output_script(bytes):
class Transaction:
def __init__(self, raw, is_complete = True):
def __init__(self, raw):
self.raw = raw
self.deserialize()
self.inputs = self.d['inputs']