Commit 0b96c9de authored by Alex Beregszaszi's avatar Alex Beregszaszi

Remove Solidity Interface from the output

parent 1b2a5689
......@@ -122,8 +122,7 @@ module.exports = {
detailsOpen: {},
getDetails: function (contract, source, contractName) {
var button = $('<button>Toggle Details</button>');
var details = $('<div style="display: none;"/>')
.append(this.tableRow('Solidity Interface', contract.solidity_interface));
var details = $('<div style="display: none;"/>');
if (contract.opcodes !== '') {
details.append(this.tableRow('Opcodes', contract.opcodes));
......
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