- console debug log
This commit is contained in:
@@ -145,7 +145,6 @@ $(document).on("render_send", function() {
|
|||||||
EthoMainGUI.showGeneralError(error);
|
EthoMainGUI.showGeneralError(error);
|
||||||
},
|
},
|
||||||
function(transaction) {
|
function(transaction) {
|
||||||
console.log(JSON.stringify(transaction));
|
|
||||||
ipcRenderer.send('storeTransaction', {
|
ipcRenderer.send('storeTransaction', {
|
||||||
block: transaction.blockNumber,
|
block: transaction.blockNumber,
|
||||||
txhash: transaction.hash.toLowerCase(),
|
txhash: transaction.hash.toLowerCase(),
|
||||||
|
|||||||
Reference in New Issue
Block a user