Skip to content

Commit

Permalink
Start using SDK to check status earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiTimesChi committed Jan 6, 2024
1 parent 3ec5a76 commit ad6e838
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export const PendingTransaction = ({
transactionHash,
bridgeModuleName,
kappa,
checkStatus: isDelayed,
checkStatus: useFallback || (isDelayed && isReconnectedAndRetryFallback),
elapsedTime: updatedElapsedTime,
})

Expand Down

0 comments on commit ad6e838

Please sign in to comment.