Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
Seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
calbera committed Feb 1, 2024
1 parent 1f5b812 commit b06f21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosmos/runtime/runtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b06f21c

Please sign in to comment.