mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add 1 eth value to deploy/call
This commit is contained in:
parent
319b0fb624
commit
7a16359bae
@ -106,6 +106,8 @@ evmc_message EvmoneUtility::initializeMessage(bytes const& _input)
|
||||
msg.gas = std::numeric_limits<int64_t>::max();
|
||||
msg.input_data = _input.data();
|
||||
msg.input_size = _input.size();
|
||||
// Value = 10^9 gwei = 1 ether
|
||||
msg.value = {0x0, 0xca, 0x9a, 0x3b};
|
||||
return msg;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user