Fix sorting of l2txs nonces in TxSelector

This commit is contained in:
Eduard S
2021-02-17 12:36:22 +01:00
parent e2376980f8
commit af6f114667
3 changed files with 87 additions and 7 deletions

View File

@@ -32,11 +32,13 @@ type TxProcessor struct {
// Config contains the TxProcessor configuration parameters
type Config struct {
NLevels uint32
NLevels uint32
// MaxFeeTx is the maximum number of coordinator accounts that can receive fees
MaxFeeTx uint32
MaxTx uint32
MaxL1Tx uint32
ChainID uint16
// ChainID of the blockchain
ChainID uint16
}
type processedExit struct {