Skip to content

Commit

Permalink
updates app/actions/pendingTransactionActions.js to fix potential und…
Browse files Browse the repository at this point in the history
…efined issue
  • Loading branch information
comountainclimber committed Jan 6, 2019
1 parent 7ee1660 commit 8880492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/actions/pendingTransactionActions.js
Expand Up @@ -117,7 +117,7 @@ export const pruneConfirmedOrStaleTransaction = async (
}

export const fetchTransactionInfo = async (
transactions: PendingTransactions,
transactions: PendingTransactions = {},
address: string,
net: string,
) => {
Expand Down

0 comments on commit 8880492

Please sign in to comment.