strip spaces from raw tx
This commit is contained in:
@@ -481,7 +481,7 @@ class Transaction:
|
|||||||
return self.raw
|
return self.raw
|
||||||
|
|
||||||
def __init__(self, raw):
|
def __init__(self, raw):
|
||||||
self.raw = raw
|
self.raw = raw.strip()
|
||||||
self.inputs = None
|
self.inputs = None
|
||||||
|
|
||||||
def update(self, raw):
|
def update(self, raw):
|
||||||
|
|||||||
Reference in New Issue
Block a user