mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-07 03:16:45 +01:00
Fix TxSel discard tx when ProcessL2Tx gives err
Refactor getL1L2TxSelection, which fixes some problems for certain combinations of txs.
This commit is contained in:
@@ -11,15 +11,15 @@ import (
|
||||
"github.com/iden3/go-iden3-crypto/babyjub"
|
||||
)
|
||||
|
||||
// AccountCreationAuthMsg is the message that is signed to authorize a Hermez
|
||||
// account creation
|
||||
const AccountCreationAuthMsg = "Account creation"
|
||||
|
||||
// EIP712Version is the used version of the EIP-712
|
||||
const EIP712Version = "1"
|
||||
|
||||
// EIP712Provider defines the Provider for the EIP-712
|
||||
const EIP712Provider = "Hermez Network"
|
||||
const (
|
||||
// AccountCreationAuthMsg is the message that is signed to authorize a
|
||||
// Hermez account creation
|
||||
AccountCreationAuthMsg = "Account creation"
|
||||
// EIP712Version is the used version of the EIP-712
|
||||
EIP712Version = "1"
|
||||
// EIP712Provider defines the Provider for the EIP-712
|
||||
EIP712Provider = "Hermez Network"
|
||||
)
|
||||
|
||||
var (
|
||||
// EmptyEthSignature is an ethereum signature of all zeroes
|
||||
|
||||
Reference in New Issue
Block a user