mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-07 11:26:44 +01:00
Add circuit configuration to node config
- Remove MaxL1CoordTxs parameter from the TxSelector because this parameter doesn't exist - Use ChainID in l1tx byte encoding - Pass txprocessor configuration to batch builder via an existing parameter
This commit is contained in:
@@ -65,7 +65,6 @@ func (p *Proof) UnmarshalJSON(data []byte) error {
|
||||
if p.PiC[2].Int64() != 1 {
|
||||
return tracerr.Wrap(fmt.Errorf("Expected PiC[2] == 1, but got %v", p.PiC[2]))
|
||||
}
|
||||
// TODO: Assert ones and zeroes
|
||||
p.Protocol = proof.Protocol
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user