Fix action

This commit is contained in:
Dan Finlay 2017-12-06 22:55:47 -05:00
parent 1bd5fc1ba4
commit 97abbc5cbe
1 changed files with 2 additions and 2 deletions

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)
}
//