From cc7dbace38bc41bb177738586e9a60adf541d2ab Mon Sep 17 00:00:00 2001 From: kumavis Date: Thu, 23 Jun 2016 15:25:33 -0700 Subject: tx-conf add non-interactive mode for notification --- app/scripts/lib/notifications.js | 1 + 1 file changed, 1 insertion(+) (limited to 'app/scripts') diff --git a/app/scripts/lib/notifications.js b/app/scripts/lib/notifications.js index b04673620..1b8118490 100644 --- a/app/scripts/lib/notifications.js +++ b/app/scripts/lib/notifications.js @@ -119,6 +119,7 @@ function createMsgNotification (opts) { function transactionNotificationSVG(opts, cb){ var state = { + nonInteractive: true, txData: { txParams: { from: '0x5fda30bb72b8dfe20e48a00dfc108d0915be9bb0', -- cgit