mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Implemented 256-long history for PREVHASH, though still optional.
This commit is contained in:
+1
-1
@@ -69,7 +69,7 @@ int stateTest()
|
||||
assert(t.sender() == myMiner.address());
|
||||
tx = t.rlp();
|
||||
}
|
||||
s.execute(tx);
|
||||
s.execute(bc, tx);
|
||||
|
||||
cout << s;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user