From 525cdc1650404531a37f0ad791b1d4491b5ca09d Mon Sep 17 00:00:00 2001 From: jacklevin74 Date: Mon, 29 Jan 2024 12:29:18 -1000 Subject: [PATCH] Update txs.go add params --- gossip/emitter/txs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gossip/emitter/txs.go b/gossip/emitter/txs.go index 63488d476..9074c2273 100644 --- a/gossip/emitter/txs.go +++ b/gossip/emitter/txs.go @@ -9,7 +9,7 @@ import ( "github.com/Fantom-foundation/lachesis-base/inter/pos" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/types" - //"github.com/ethereum/go-ethereum/params" + "github.com/ethereum/go-ethereum/params" "github.com/Fantom-foundation/go-opera/eventcheck/epochcheck" "github.com/Fantom-foundation/go-opera/eventcheck/gaspowercheck"