Skip to content

Commit

Permalink
wasm/tx_ibc: update the shielded transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed May 29, 2024
1 parent b7a20d0 commit 70ffb6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasm/tx_ibc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fn apply_tx(ctx: &mut Ctx, tx_data: BatchedTx) -> TxResult {
ibc::ibc_actions(ctx).execute(&data).into_storage_result()?;

if let Some(masp_section_ref) =
transfer.and_then(|transfer| transfer.shielded)
transfer.map(|transfer| transfer.shielded_section_hash)
{
let shielded = tx_data
.tx
Expand Down

0 comments on commit 70ffb6e

Please sign in to comment.