From be5989f134a6aaa6cb50c12ece79a47fc948803b Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Wed, 24 Dec 2014 11:36:08 +0100 Subject: Implemented 256-long history for PREVHASH, though still optional. --- stateOriginal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stateOriginal.cpp') diff --git a/stateOriginal.cpp b/stateOriginal.cpp index 8344894f..a49c5506 100644 --- a/stateOriginal.cpp +++ b/stateOriginal.cpp @@ -69,7 +69,7 @@ int stateTest() assert(t.sender() == myMiner.address()); tx = t.rlp(); } - s.execute(tx); + s.execute(bc, tx); cout << s; -- cgit v1.2.3