implement transact
This commit is contained in:
@ -550,9 +550,6 @@ var contract = function (address, desc) {
|
||||
result[displayName][typeName] = impl;
|
||||
|
||||
});
|
||||
console.log("call:")
|
||||
console.log(result.call)
|
||||
console.log(JSON.stringify(result));
|
||||
|
||||
return result;
|
||||
};
|
||||
|
@ -45,8 +45,8 @@ ApplicationWindow {
|
||||
|
||||
mainSplit.setView(wallet.view, wallet.menuItem);
|
||||
|
||||
console.log("starting browser")
|
||||
newBrowserTab("http://etherian.io");
|
||||
//newBrowserTab("http://etherian.io");
|
||||
newBrowserTab("file:///users/jeffrey/test.html");
|
||||
|
||||
// Command setup
|
||||
gui.sendCommand(0)
|
||||
|
Reference in New Issue
Block a user