Strip out empty spaces around contract bytes #9803
Labels
area/ux
Area: UX
dif/easy
An existing lotus user should be able to pick this up
good first issue
Good for newcomers
P3
P3: Might get resolved
for
lotus chain create-evm-actor --hex
when there is unintentional newlines/empty spaces in the byte code, one will run into
ERROR: failed to decode contract: encoding/hex: invalid byte: U+000
for user's sake, we should stripe it out before compilation
The text was updated successfully, but these errors were encountered: