Skip to content

Commit 4c5ec1d

Browse files
committed
chore: reset all pointer value
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
1 parent f5af4f2 commit 4c5ec1d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/hiero_sdk_python/transaction/chunked_transaction.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ def freeze_with(self, client: Client) -> ChunkedTransaction:
149149

150150
self._transaction_body_bytes[self._transaction_ids[chunk]] = node_bytes
151151

152+
self._current_chunk_index = 0
152153
self._current_transaction_id_index = 0
153154

154155
return super().freeze_with(client)

0 commit comments

Comments
 (0)