fix syntax error after merge

This commit is contained in:
Ramil Amerzyanov 2019-06-17 02:25:41 +03:00
parent d229f2ae26
commit cc479b8840

View file

@ -408,6 +408,8 @@ func TestBlockReceipts(t *testing.T) {
if receipts[0].BlockHash != blocks[1].Hash() {
t.Fatalf("BlockReceipts block hash mismatch, got %v, want %v", receipts[0].BlockHash, blocks[1].Hash())
}
}
func TestChainID(t *testing.T) {
backend, _ := newTestBackend(t, false)