mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 12:29:06 +01:00
notif - remove dummy dev notif
This commit is contained in:
parent
2468949cb5
commit
2808fd175b
@ -271,13 +271,6 @@ function newUnsignedMessage (msgParams, cb) {
|
||||
}
|
||||
}
|
||||
|
||||
createTxNotification({
|
||||
title: 'New Unsigned Transaction',
|
||||
txParams: {to: '0xabc', from: '0xdef'},
|
||||
// confirm: idStore.approveTransaction.bind(idStore, txData.id, noop),
|
||||
// cancel: idStore.cancelTransaction.bind(idStore, txData.id),
|
||||
})
|
||||
|
||||
function addUnconfirmedTx (txParams, onTxDoneCb) {
|
||||
idStore.addUnconfirmedTransaction(txParams, onTxDoneCb, function (err, txData) {
|
||||
if (err) return onTxDoneCb(err)
|
||||
|
Loading…
Reference in New Issue
Block a user