1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Fix action

This commit is contained in:
Dan Finlay 2017-12-06 22:55:47 -05:00
parent 1bd5fc1ba4
commit 97abbc5cbe

View File

@ -760,9 +760,9 @@ function markAccountsFound () {
return callBackgroundThenUpdate(background.markAccountsFound)
}
function retryTransaction () {
function retryTransaction (txId) {
log.debug(`background.retryTransaction`)
return callBackgroundThenUpdate(background.retryTransaction)
return callBackgroundThenUpdate(background.retryTransaction, txId)
}
//