File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " sei-cosmwasm"
3
- version = " 0.4.14 "
3
+ version = " 0.4.15 "
4
4
edition = " 2021"
5
5
description = " Bindings and helpers for cosmwasm contracts to interact with sei blockchain"
6
6
license = " Apache-2.0"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Add the sei-cosmwasm dependency to your smart contract's `Cargo.toml` file:
8
8
9
9
``` toml
10
10
[dependencies ]
11
- sei-cosmwasm = { version = " 0.4.14 " }
11
+ sei-cosmwasm = { version = " 0.4.15 " }
12
12
```
13
13
14
14
## Functionality
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ pub enum SeiMsg {
58
58
/// The EVM (Solidity) contract `msg.sender` in this case will be the 32-byte long
59
59
/// [`cosmwasm_std::CanonicalAddr`] of this contract.
60
60
CallEvm {
61
- /// The amount to send along with the transaction
61
+ /// The amount to send along with the transaction. 0 if non-payable function is called.
62
62
value : Uint128 ,
63
63
/// The address of the EVM contract to call
64
64
to : String ,
You can’t perform that action at this time.
0 commit comments