From b1d5a332c08412afd2effe4f516648ed77fe91d2 Mon Sep 17 00:00:00 2001 From: kumavis Date: Tue, 28 Jun 2016 12:41:37 -0700 Subject: [PATCH] fix typo --- app/scripts/background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scripts/background.js b/app/scripts/background.js index 7ffbe5c41..28285fd70 100644 --- a/app/scripts/background.js +++ b/app/scripts/background.js @@ -35,7 +35,7 @@ function showUnconfirmedMessage (msgParams, msgId) { createMsgNotification({ imageifyIdenticons: false, txData: { - msgParams: opts.msgParams, + msgParams: msgParams, time: (new Date()).getTime(), }, identities: controllerState.identities,