From b4a9925dbc4caa41e8ef3540cfa393f38e991d63 Mon Sep 17 00:00:00 2001 From: Aleksandr Pismenskiy Date: Tue, 18 Jun 2024 16:31:26 +0300 Subject: [PATCH] add explanatory comments --- contracts/ibc_transfer/src/contract.rs | 4 +--- contracts/neutron_interchain_txs/src/contract.rs | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/contracts/ibc_transfer/src/contract.rs b/contracts/ibc_transfer/src/contract.rs index f2c22ece..46ddeb0c 100644 --- a/contracts/ibc_transfer/src/contract.rs +++ b/contracts/ibc_transfer/src/contract.rs @@ -118,14 +118,12 @@ fn prepare_sudo_payload(mut deps: DepsMut, _env: Env, msg: Reply) -> StdResult StdResult