Redone rlp

This commit is contained in:
obscuren
2015-03-03 11:18:50 +01:00
parent 2f647c443a
commit fa910966ed
2 changed files with 5 additions and 8 deletions

View File

@ -80,7 +80,7 @@ func RunVmTest(p string, t *testing.T) {
for name, test := range tests {
helper.Logger.SetLogLevel(4)
if name != "env1" {
if name != "mul7" {
continue
}
db, _ := ethdb.NewMemDatabase()