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:
parent
1bd5fc1ba4
commit
97abbc5cbe
@ -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)
|
||||
}
|
||||
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user