mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-31 16:21:21 +00:00
e3: fix test
This commit is contained in:
parent
eda4471d95
commit
e061f469d3
@ -22,6 +22,9 @@ import (
|
||||
|
||||
func TestEthSubscribe(t *testing.T) {
|
||||
m, require := stages.Mock(t), require.New(t)
|
||||
if m.HistoryV3 {
|
||||
t.Skip()
|
||||
}
|
||||
br := snapshotsync.NewBlockReaderWithSnapshots(m.BlockSnapshots)
|
||||
chain, err := core.GenerateChain(m.ChainConfig, m.Genesis, m.Engine, m.DB, 7, func(i int, b *core.BlockGen) {
|
||||
b.SetCoinbase(libcommon.Address{1})
|
||||
|
Loading…
Reference in New Issue
Block a user