aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2026-07-01 17:41:58 +0000
committertobtoht <tob@featherwallet.org>2026-07-01 17:41:58 +0000
commit239a5350cf15b59278e3152a1982a0ac5cb185ff (patch)
tree76ddfab43ae3d9a07d6f79b8a6bfee6bdd13fe6c /js
parent76d5f8cd68b39b5b744775cb04e8e86a0013760a (diff)
parent23930cb0e909a503171535a0a62b74debba1b885 (diff)
downloadmonzero-gui-239a5350cf15b59278e3152a1982a0ac5cb185ff.tar.gz
monzero-gui-239a5350cf15b59278e3152a1982a0ac5cb185ff.tar.xz
monzero-gui-239a5350cf15b59278e3152a1982a0ac5cb185ff.zip
Merge pull request #4618
23930cb Transfer, AddressBook: confirm unauthenticated OpenAlias (selsta) ACKs: plowsof
Diffstat (limited to 'js')
-rw-r--r--js/TxUtils.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/TxUtils.js b/js/TxUtils.js
index 110342e8..28c1147a 100644
--- a/js/TxUtils.js
+++ b/js/TxUtils.js
@@ -100,6 +100,7 @@ function handleOpenAliasResolution(address, descriptionText) {
if (isAddressValid) {
return {
address: resolvedAddress,
+ confirm: true,
message: qsTr("Address found, but the DNSSEC signatures could not be verified, so this address may be spoofed"),
};
} else {