Skip to content

Commit

Permalink
Update integration_tests/ibc_utils.py
Browse files Browse the repository at this point in the history
Signed-off-by: yihuang <[email protected]>
  • Loading branch information
yihuang authored Oct 14, 2024
1 parent 3496ea8 commit 493cbba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/ibc_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ def gen_query_balance_packet(cli, ica_address):
"requests": [
{
"path": "/cosmos.bank.v1beta1.Query/Balance",
"data": base64.b64encode(query.SerializeToString()).decode("utf-8"),
"data": base64.b64encode(query.SerializeToString()).decode(),
}
],
}
Expand Down

0 comments on commit 493cbba

Please sign in to comment.