Skip to content

Commit ddac19b

Browse files
committed
remove benchnet override
Opens the possibility of running Rosetta against the flow emulator. Localnet should be preferred over benchnet anyway.
1 parent 4231635 commit ddac19b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

state/convert.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -641,9 +641,6 @@ func toSignatureSlice(v [][]byte) []crypto.Signature {
641641

642642
func verifyBlockHash(spork *config.Spork, hash []byte, height uint64, hdr *entities.BlockHeader, block *entities.Block) bool {
643643
chainID := flow.ChainID("flow-" + spork.Chain.Network)
644-
if spork.Chain.Network == "emulator" {
645-
chainID = flow.ChainID("flow-benchnet")
646-
}
647644

648645
var lastViewTC *flow.TimeoutCertificate
649646
if hdr.LastViewTc != nil {

0 commit comments

Comments
 (0)