obsidiansystems / ledger-app-nervos

MIT License
10 stars 10 forks source link

Size validation callbacks return a bool #223

Closed Ericson2314 closed 2 years ago

Ericson2314 commented 2 years ago

mol parser regenereated with commit bd6349c61d4bc3b156bd0fedd081a5313a919f50.

true is accept, false is hard reject. Therefore, soft rejects returns true, because we don't want to abort the parser, but just collect the non-fatal erros for later.