Skip to content
Snippets Groups Projects
Commit 42df1ed6 authored by Moul's avatar Moul
Browse files

[fix] Transaction: fix `time` type

parent 7441c2de
No related branches found
No related tags found
1 merge request!64Release 0.54.3
......@@ -492,7 +492,7 @@ class Transaction(Document):
def __init__(self, version: int, currency: str, blockstamp: Optional[BlockUID], locktime: int, issuers: List[str],
inputs: List[InputSource], unlocks: List[Unlock], outputs: List[OutputSource],
comment: str, signatures: List[str], time: int = None) -> None:
comment: str, signatures: List[str], time: Optional[int] = None) -> None:
"""
Init Transaction instance
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment