Commit 95dae26a authored by davidzagi93@gmail.com's avatar davidzagi93@gmail.com

fix

parent 87e34f30
......@@ -561,7 +561,7 @@ export const RemixUiTerminal = (props: RemixUiTerminalProps) => {
if (!opts.isCall) {
if (opts.status !== undefined && opts.status !== null) {
if (opts.status === '0x0' || opts.status === false) {
msg = ' Transaction mined but execution failed'
msg = 'Transaction mined but execution failed'
} else if (opts.status === '0x1' || opts.status === true) {
msg = ' Transaction mined and execution succeed'
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment