|
|
|
@ -517,7 +517,7 @@ THE SOFTWARE. |
|
|
|
|
.append(textRow('uDApp', combined(contractName,contract['interface'],contract.bytecode), 'deploy')) |
|
|
|
|
.append(getDetails(contract, source, contractName)); |
|
|
|
|
|
|
|
|
|
if (executionContext == 'vm') $('#txorigin').text('0x' + dapp.address.toString('hex')); |
|
|
|
|
if (executionContext === 'vm') $('#txorigin').text('0x' + dapp.address.toString('hex')); |
|
|
|
|
else web3.eth.getAccounts( function(err,accounts) { |
|
|
|
|
$('#txorigin').text(accounts[0]); |
|
|
|
|
}); |
|
|
|
|