Merge pull request #206 from ethereum/remove-solidity-interface

Remove Solidity Interface from the output
pull/1/head
chriseth 9 years ago committed by GitHub
commit ebd130c094
  1. 3
      src/app/ui-helper.js

@ -133,8 +133,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;"/>');
var funHashes = '';
for (var fun in contract.functionHashes) {

Loading…
Cancel
Save