Skip to content

Commit 1926a85

Browse files
authored
Merge branch 'main' into chore/update-crypto-public-key
2 parents 01968e6 + cbddff0 commit 1926a85

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-check-primary-test-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fetch-depth: 1 # Only fetch the latest commit
3535

3636
- name: Set up Node.js
37-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
37+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
3838

3939
- name: Run test file naming check
4040
run: node .github/scripts/pr-check-test-files.js

src/hiero_sdk_python/query/account_balance_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def _get_query_response(self, response: Any) -> crypto_get_account_balance_pb2.C
172172
"""
173173
return response.cryptogetAccountBalance
174174

175-
def _is_payment_required(self):
175+
def _is_payment_required(self) -> bool:
176176
"""
177177
Account balance query does not require payment.
178178

0 commit comments

Comments
 (0)