sei-chain
sei-chain copied to clipboard
Added actual error when unable to `seid tx evm deploy` correctly
Describe your changes and provide context
I had a spurious \n
in my .bin
EMV bytecode file and this was leading to decoding error but without printing the actual cause.
This PR adds the cause to the panic when a problem happen reading the file or decoding it.
Testing performed to validate your change
Manual validation