remove int convertion in txout
This commit is contained in:
parent
cc7e62d320
commit
86d6600a99
@ -285,7 +285,7 @@ class TransactionInput(EmbitBase):
|
||||
|
||||
class TransactionOutput(EmbitBase):
|
||||
def __init__(self, value, script_pubkey):
|
||||
self.value = int(value)
|
||||
self.value = value
|
||||
self.script_pubkey = script_pubkey
|
||||
|
||||
def write_to(self, stream):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user