+ transaction details with explorer redirection
+ sorting and floating header for wallets and address book + detect geth crash and notify the user
This commit is contained in:
@@ -58,6 +58,7 @@ ipcMain.on("getTransactions", (event, arg) => {
|
||||
ResultData.push([
|
||||
docs[i].block,
|
||||
docs[i].timestamp,
|
||||
docs[i].txhash,
|
||||
docs[i].fromaddr,
|
||||
docs[i].toaddr,
|
||||
docs[i].value
|
||||
|
||||
Reference in New Issue
Block a user