Implemented 256-long history for PREVHASH, though still optional.

This commit is contained in:
Gav Wood
2014-12-24 11:36:08 +01:00
parent f4eab75fff
commit be5989f134
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ int stateTest()
assert(t.sender() == myMiner.address());
tx = t.rlp();
}
s.execute(tx);
s.execute(bc, tx);
cout << s;