We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54d7394 commit 9438628Copy full SHA for 9438628
examples/async/chain_client/23_MsgRelayPriceFeedPrice.py
@@ -34,7 +34,7 @@ async def main() -> None:
34
# load account
35
priv_key = PrivateKey.from_hex("f9db9bf330e23cb7839039e944adef6e9df447b90b503d5b4464c90bea9022f3")
36
pub_key = priv_key.to_public_key()
37
- address = pub_key.to_address().init_num_seq(network.lcd_endpoint)
+ address = await pub_key.to_address().async_init_num_seq(network.lcd_endpoint)
38
39
price = 45000
40
price_to_send = [str(int(price * 10 ** 6))]
0 commit comments