Skip to content

Commit a1122da

Browse files
committed
fix: correct set_node_account_ids method definition and docstring
Signed-off-by: Angelina <[email protected]>
1 parent 3e0dda7 commit a1122da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/hiero_sdk_python/transaction/transaction.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,9 +486,9 @@ def set_transaction_id(self, transaction_id: TransactionId):
486486
self.transaction_id = transaction_id
487487
return self
488488

489-
def set_node_account_ids(self, node_account_ids, List[AccountId]):
489+
def set_node_account_ids(self, node_account_ids: List[AccountId]):
490490
"""
491-
Sets the list of node account IDs the query can be sent to.
491+
Sets the list of node account IDs the transaction can be sent to.
492492
493493
Args:
494494
node_account_ids (List[AccountId]): The list of node account IDs.

0 commit comments

Comments
 (0)