qt history list: small clean-up
This commit is contained in:
@@ -860,8 +860,8 @@ def ignore_exceptions(func):
|
||||
class TxMinedStatus(NamedTuple):
|
||||
height: int
|
||||
conf: int
|
||||
timestamp: int
|
||||
header_hash: str
|
||||
timestamp: Optional[int]
|
||||
header_hash: Optional[str]
|
||||
|
||||
|
||||
class VerifiedTxInfo(NamedTuple):
|
||||
|
||||
Reference in New Issue
Block a user