Removing strict typo

This commit is contained in:
Chris Troutner
2026-09-16 06:49:01 -07:00
parent ea5c69eb7e
commit ac306daca9
2 changed files with 0 additions and 4 deletions
@@ -6,8 +6,6 @@
tested directly and reused by the UI and acceptance adapters.
*/
'use strict'
// Strip trailing punctuation that is never part of a link.
const TRAILING_PUNCTUATION_RE = /[.,;:!?)\]]+$/
@@ -8,8 +8,6 @@
address becomes available.
*/
'use strict'
function getViewerAddress (appData) {
return appData?.bchWalletState?.cashAddress ||
appData?.wallet?.walletInfo?.cashAddress ||