Skip to content

Commit

Permalink
chore(cosmwasm): fix typo (osmosis-labs#4386)
Browse files Browse the repository at this point in the history
* chore(cosmwasm): fix typo

reecovery_addr -> recovery_addr

* latest bytecode
  • Loading branch information
byeongsu-hong authored Mar 5, 2023
1 parent 79740ce commit d98d3d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosmwasm/contracts/crosschain-swaps/src/ibc_lifecycle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,5 @@ pub fn receive_timeout(

Ok(response
.add_attribute("msg", "recovery stored")
.add_attribute("reecovery_addr", recovery_addr))
.add_attribute("recovery_addr", recovery_addr))
}
Binary file modified tests/ibc-hooks/bytecode/crosschain_swaps.wasm
Binary file not shown.

0 comments on commit d98d3d3

Please sign in to comment.