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