mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-06 19:06:42 +01:00
Fix sorting of l2txs nonces in TxSelector
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user