Skip to content

Commit 5f694bd

Browse files
committed
Fix node selection to use _select_node instead of _get_node
Signed-off-by: Angelina <[email protected]>
1 parent 32e4227 commit 5f694bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hiero_sdk_python/executable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def _execute(self, client: "Client"):
183183
)
184184

185185
self.node_account_id = selected_node_account_id
186-
node = client.network._get_node(self.node_account_id)
186+
node = client.network._select_node(self.node_account_id)
187187

188188
# Create a channel wrapper from the client's channel
189189
channel = node._get_channel()

0 commit comments

Comments
 (0)