parent
73b6378171
commit
1b9d122e8c
|
@ -107,26 +107,6 @@ class ContractUI extends React.Component {
|
|||
</Tab>
|
||||
</div>
|
||||
</div>,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ContractContext.Provider>
|
||||
)
|
||||
}
|
||||
|
|
|
@ -21,7 +21,6 @@ fetch("/embark/console", {
|
|||
})
|
||||
.then(response => response.text())
|
||||
.then(contractSource => {
|
||||
console.log('host from console command = ' + host);
|
||||
const web3 = new Web3(host);
|
||||
window.web3 = web3;
|
||||
|
||||
|
|
Loading…
Reference in New Issue