mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 04:36:42 +00:00
Fix evmcc
This commit is contained in:
parent
7b9d4956a5
commit
30f3e0d5c0
1 changed files with 0 additions and 1 deletions
|
|
@ -190,7 +190,6 @@ int main(int argc, char** argv)
|
|||
data.set(RuntimeData::CallValue, 0xabcd);
|
||||
data.set(RuntimeData::CallDataSize, 3);
|
||||
data.set(RuntimeData::GasPrice, 1003);
|
||||
data.set(RuntimeData::PrevHash, 1003);
|
||||
data.set(RuntimeData::CoinBase, (u160)Address(101010101010101015));
|
||||
data.set(RuntimeData::TimeStamp, 1005);
|
||||
data.set(RuntimeData::Number, 1006);
|
||||
|
|
|
|||
Loading…
Reference in a new issue