diff --git a/cosmos/runtime/runtime.go b/cosmos/runtime/runtime.go index 79d80d3aa..50812367d 100644 --- a/cosmos/runtime/runtime.go +++ b/cosmos/runtime/runtime.go @@ -130,7 +130,7 @@ func New( p.logger, p.ExecutionLayer.Backend().Blockchain(), p.ExecutionLayer.Backend().TxPool(), - int64(cfg.Polar.LegacyTxPool.Lifetime), + int64(cfg.Polar.LegacyTxPool.Lifetime.Seconds()), &p.blockBuilderMu, priceLimit, p.cfg.Polar.IsValidator,