mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-07 03:16:45 +01:00
Update log package with fields & file log
Update log package with fields & file log, and update constants in the repository code to be MixedCase. resolves #91, resolves #92, resolves #95
This commit is contained in:
@@ -320,7 +320,7 @@ func (p *Parser) parseLine() (*Instruction, error) {
|
||||
c.Literal += line
|
||||
return c, err
|
||||
}
|
||||
if fee > common.MAXFEEPLAN-1 {
|
||||
if fee > common.MaxFeePlan-1 {
|
||||
line, _ := p.s.r.ReadString('\n')
|
||||
c.Literal += line
|
||||
return c, fmt.Errorf("Fee %d can not be bigger than 255", fee)
|
||||
|
||||
Reference in New Issue
Block a user