Closed radeksvarz closed 11 months ago
Bytecode is often represented in hex format with preceding 0x prefix (e.g. 0x6080...)
0x6080...
Currently the Playground complains:
[Error] Only hexadecimal characters are allowed
To remove this error one has to delete 0x.
Proposal:
Allow and ignore 0x prefix for bytecode in Playground.
@radeksvarz thanks for the feedback! You should now be able to have a 0x prefix in the bytecode editor 😄
wow, you guys are quick. 👏 Motivates to report more :)
Bytecode is often represented in hex format with preceding 0x prefix (e.g.
0x6080...
)Currently the Playground complains:
To remove this error one has to delete 0x.
Proposal:
Allow and ignore 0x prefix for bytecode in Playground.