mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 12:29:06 +01:00
fix typo
This commit is contained in:
parent
c82d7585b8
commit
b1d5a332c0
@ -35,7 +35,7 @@ function showUnconfirmedMessage (msgParams, msgId) {
|
|||||||
createMsgNotification({
|
createMsgNotification({
|
||||||
imageifyIdenticons: false,
|
imageifyIdenticons: false,
|
||||||
txData: {
|
txData: {
|
||||||
msgParams: opts.msgParams,
|
msgParams: msgParams,
|
||||||
time: (new Date()).getTime(),
|
time: (new Date()).getTime(),
|
||||||
},
|
},
|
||||||
identities: controllerState.identities,
|
identities: controllerState.identities,
|
||||||
|
Loading…
Reference in New Issue
Block a user