diff options
author | kumavis <aaron@kumavis.me> | 2016-06-29 03:41:37 +0800 |
---|---|---|
committer | kumavis <aaron@kumavis.me> | 2016-06-29 03:41:37 +0800 |
commit | b1d5a332c08412afd2effe4f516648ed77fe91d2 (patch) | |
tree | 4fb04e2c6bc047a37972924605454c7bb3af172a /app | |
parent | c82d7585b824f7617d3765036b2d9d82b49c3493 (diff) | |
download | tangerine-wallet-browser-b1d5a332c08412afd2effe4f516648ed77fe91d2.tar.gz tangerine-wallet-browser-b1d5a332c08412afd2effe4f516648ed77fe91d2.tar.zst tangerine-wallet-browser-b1d5a332c08412afd2effe4f516648ed77fe91d2.zip |
fix typo
Diffstat (limited to 'app')
-rw-r--r-- | app/scripts/background.js | 2 |
1 files changed, 1 insertions, 1 deletions
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, |