aboutsummaryrefslogtreecommitdiffstats
path: root/chain/bloom9_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'chain/bloom9_test.go')
-rw-r--r--chain/bloom9_test.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/chain/bloom9_test.go b/chain/bloom9_test.go
index 8b1b962cb..c99e27db4 100644
--- a/chain/bloom9_test.go
+++ b/chain/bloom9_test.go
@@ -1,7 +1,9 @@
package chain
+/*
import (
"testing"
+
"github.com/ethereum/go-ethereum/state"
)
@@ -17,7 +19,7 @@ func TestBloom9(t *testing.T) {
}
}
-/*
+
func TestAddress(t *testing.T) {
block := &Block{}
block.Coinbase = ethutil.Hex2Bytes("22341ae42d6dd7384bc8584e50419ea3ac75b83f")