Merge pull request #8 from chriseth/noCreateIfNoBytecode

Do not display create button if there is no bytecode.
pull/1/head
chriseth 9 years ago
commit 4c3ca495a4
  1. 1
      index.html

@ -661,6 +661,7 @@ input[readonly] {
title.click(function(ev){ $(this).parent().toggleClass('hide') });
};
if (contract.bytecode.length > 0)
execInter
.append(getCallButton({
abi: funABI,

Loading…
Cancel
Save