Skip to content

Commit

Permalink
chore: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
infiniteflower committed Dec 18, 2024
1 parent a0c4b09 commit df4e5ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ export default class BridgeStatusController extends StaticIntervalPollingControl
const newBridgeHistoryItem = {
...historyItem,
status,
completionTime: Date.now(),
completionTime: Date.now(), // TODO make this more accurate by looking up dest txHash block time
};

// No need to purge these on network change or account change, TransactionController does not purge either.
Expand Down

0 comments on commit df4e5ec

Please sign in to comment.