LiskArchive / lisk-engine

:bullettrain_front: Lisk blockchain engine
https://lisk.com
Apache License 2.0
0 stars 0 forks source link

Remove return error from codec.Encode #100

Closed shuse2 closed 1 year ago

shuse2 commented 1 year ago

Description

There is no place where error happens on codec.Encode. Therefore, codec.Encode() error should be updated to codec.Encode(). Also, MustEncode can be removed

Acceptance Criteria