Skip to content

Commit

Permalink
Merge branch 'nicolas/abs-569-create-a-deposit-helper-for-depositing-…
Browse files Browse the repository at this point in the history
…funds-on-the-account' of github.com:AbstractSDK/cw-orchestrator into nicolas/abs-569-create-a-deposit-helper-for-depositing-funds-on-the-account
  • Loading branch information
Kayanski committed Nov 20, 2024
2 parents fa36309 + 321cb6c commit f4d5593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cw-orch-core/src/environment/tx_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ pub trait TxHandler: ChainState + Clone {
_receiver: &Addr,
_amount: &[cosmwasm_std::Coin],
) -> Result<Self::Response, Self::Error> {
unimplemented!("Bakn send is not implemented on this env")
unimplemented!("Bank send is not implemented on this env")
}
}

Expand Down

0 comments on commit f4d5593

Please sign in to comment.