Add bcTotalDifficultyTest and unskip now working tx tests

This commit is contained in:
Gustav Simonsson
2015-05-07 13:03:22 +02:00
parent 2b716aec54
commit 79eb40fc9f
3 changed files with 6 additions and 6 deletions

View File

@ -58,7 +58,7 @@ func runTest(txTest TransactionTest) (err error) {
return nil
} else {
// RLP decoding failed but is expected to succeed (test FAIL)
return errors.New("RLP decoding failed when expected to succeed")
return fmt.Errorf("RLP decoding failed when expected to succeed: ", err)
}
}