Skip to content

Commit 88be6ec

Browse files
committed
Merge branch 'development'
2 parents e8e8aac + 4cef767 commit 88be6ec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "starknet-py"
3-
version = "0.17.0"
3+
version = "0.17.1"
44
description = "A python SDK for Starknet"
55
authors = ["Tomasz Rejowski <tomasz.rejowski@swmansion.com>", "Jakub Ptak <jakub.ptak@swmansion.com>"]
66
include = ["starknet_py", "starknet_py/utils/crypto/libcrypto_c_exports.*"]

starknet_py/net/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ async def wait_for_tx(
202202
retries -= 1
203203
if retries == 0:
204204
raise TransactionNotReceivedError from exc
205+
await asyncio.sleep(check_interval)
205206

206207
@abstractmethod
207208
async def estimate_fee(

0 commit comments

Comments
 (0)