Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
politeWall committed Dec 19, 2023
2 parents b222d12 + 3c53474 commit 108eb4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trade_shield_contract"
version = "0.13.0"
version = "0.0.0"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion src/action/execute/stake_request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub fn stake_request(
});
}

let msg = ElysMsg::stake_token(address, Int128::from(amount), asset, validator_address);
let msg = ElysMsg::stake_token(address, Int128::from(amount), real_denom.clone(), validator_address);
let resp = Response::new().add_message(msg);
Ok(resp)
}

0 comments on commit 108eb4a

Please sign in to comment.