mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
eth/catalyst: disable heartbeat for tester
This commit is contained in:
parent
2552327184
commit
da250097a1
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ type FullSyncTester struct {
|
|||
// stack for launching and stopping the service controlled by node.
|
||||
func RegisterFullSyncTester(stack *node.Node, backend *eth.Ethereum, block *types.Block) (*FullSyncTester, error) {
|
||||
cl := &FullSyncTester{
|
||||
api: NewConsensusAPI(backend),
|
||||
api: newConsensusAPIWithoutHeartbeat(backend),
|
||||
block: block,
|
||||
closed: make(chan struct{}),
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue