unskip StateTests/stTransactionTest and use test tx nonce

This commit is contained in:
Gustav Simonsson
2015-05-15 16:05:11 +02:00
parent c1f0d40e34
commit dadf01de60
2 changed files with 6 additions and 5 deletions

View File

@ -320,7 +320,6 @@ func TestStateLog(t *testing.T) {
}
func TestStateTransaction(t *testing.T) {
t.Skip()
const fn = "../files/StateTests/stTransactionTest.json"
RunVmTest(fn, t)
}