Commit 5b0e41d3 authored by davidzagi93@gmail.com's avatar davidzagi93@gmail.com

commenting out vm table

parent cce9eb57
......@@ -614,7 +614,7 @@ export const RemixUiTerminal = (props: RemixUiTerminalProps) => {
<div className='txItem'><span className='txItemTitle'>value:</span> {value} wei</div>
<div className='txItem'><span className='txItemTitle'>data:</span> {input}</div>
<div className='txItem'><span className='txItemTitle'>logs:</span> {logs}</div>
<div className='txItem'><span className='txItemTitle'>hash:</span> {hash}</div>
<div className='txItem'><span className='txItemTitle'>hash:</span> {hash}</div> */}
</span>
</div>)
} else if (blockchain.getProvider() !== 'vm' && data.resolvedData) {
......
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