Skip to content

Commit 6e4e9a2

Browse files
committed
fix: bool type
Signed-off-by: exploreriii <[email protected]>
1 parent 0313fe1 commit 6e4e9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hiero_sdk_python/transaction/transaction_id.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def __init__(
2121
self,
2222
account_id: Optional[AccountId] = None,
2323
valid_start: Optional[timestamp_pb2.Timestamp] = None,
24-
scheduled: Bool = False
24+
scheduled: bool = False
2525
) -> None:
2626
"""
2727
Initializes a TransactionId with the given account ID and valid start timestamp.

0 commit comments

Comments
 (0)