|
|
@ -563,10 +563,10 @@ export const RemixUiTerminal = (props: RemixUiTerminalProps) => { |
|
|
|
if (opts.status === '0x0' || opts.status === false) { |
|
|
|
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) { |
|
|
|
} else if (opts.status === '0x1' || opts.status === true) { |
|
|
|
msg = ' Transaction mined and execution succeed' |
|
|
|
msg = 'Transaction mined and execution succeed' |
|
|
|
} |
|
|
|
} |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
msg = ' Status not available at the moment' |
|
|
|
msg = 'Status not available at the moment' |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|