mirror of
https://github.com/0glabs/0g-chain.git
synced 2025-04-04 15:55:23 +00:00
Compare commits
4 Commits
2cf3656f3c
...
53074c5040
Author | SHA1 | Date | |
---|---|---|---|
![]() |
53074c5040 | ||
![]() |
18d4e1b538 | ||
![]() |
dc888ceb78 | ||
![]() |
553d111f40 |
@ -110,7 +110,7 @@ func (ac appCreator) newApp(
|
||||
skipLoadLatest = cast.ToBool(appOpts.Get(flagSkipLoadLatest))
|
||||
}
|
||||
mempoolMaxTxs := cast.ToInt(appOpts.Get(server.FlagMempoolMaxTxs))
|
||||
mempool := app.NewPriorityMempool(app.PriorityNonceWithMaxTx(mempoolMaxTxs))
|
||||
mempool := app.NewPriorityMempool()
|
||||
|
||||
bApp := app.NewBaseApp(logger, db, ac.encodingConfig,
|
||||
baseapp.SetPruning(pruningOpts),
|
||||
|
Loading…
Reference in New Issue
Block a user