hermeznetwork / hermez-node

Hermez node Go implementation
GNU Affero General Public License v3.0
60 stars 33 forks source link

Panic when unmarshaling a apitypes.L2Tx #1138

Closed arnaubennassar closed 2 years ago

arnaubennassar commented 2 years ago

Summary of Bug

Calling json.Unmarshal(data, &transaction) where transaction is type apitypes.L2Tx causes panic. This is because of this https://github.com/hermeznetwork/hermez-node/blob/develop/common/apitypes/txl2.go#L145