From 2006939d27390dfb4294b09f7dd0cf015e5fe397 Mon Sep 17 00:00:00 2001 From: Dimitris Apostolou Date: Sun, 2 Jan 2022 23:16:01 +0200 Subject: [PATCH] Fix typos --- qa/rpc-tests/wallet_shieldcoinbase.py | 2 +- qa/zcash/smoke_tests.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qa/rpc-tests/wallet_shieldcoinbase.py b/qa/rpc-tests/wallet_shieldcoinbase.py index ccb1e68a8..02b69a855 100755 --- a/qa/rpc-tests/wallet_shieldcoinbase.py +++ b/qa/rpc-tests/wallet_shieldcoinbase.py @@ -151,7 +151,7 @@ class WalletShieldCoinbaseTest (BitcoinTestFramework): assert_equal(result["remainingUTXOs"], Decimal('0')) opid2 = result['opid'] - # wait for both aysnc operations to complete + # wait for both async operations to complete wait_and_assert_operationid_status(self.nodes[0], opid1) wait_and_assert_operationid_status(self.nodes[0], opid2) diff --git a/qa/zcash/smoke_tests.py b/qa/zcash/smoke_tests.py index 5d214b208..6d3749ab4 100755 --- a/qa/zcash/smoke_tests.py +++ b/qa/zcash/smoke_tests.py @@ -172,7 +172,7 @@ def wait_for_balance(zcash, zaddr, expected=None): ttl = 300 def wait_and_check_balance(results, case, zcash, addr, expected): - #Wait for aysnc call to finish and persist completely to caller + #Wait for async call to finish and persist completely to caller time.sleep(5) balance = wait_for_balance(zcash, addr, expected) if balance != expected and results is not None and len(case) > 0: