Skip to content

Commit 211b11c

Browse files
committed
chore: remove cookie file location
1 parent 54bb0a6 commit 211b11c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/chain_client/40_MsgExecuteContract.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ async def main() -> None:
1515

1616
# initialize grpc client
1717
# set custom cookie location (optional) - defaults to current dir
18-
client = AsyncClient(network, insecure=False, chain_cookie_location="/tmp/.chain_cookie")
18+
client = AsyncClient(network, insecure=False)
1919
await client.sync_timeout_height()
2020

2121
# load account

0 commit comments

Comments
 (0)