aboutsummaryrefslogtreecommitdiff
path: root/js/TxUtils.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/TxUtils.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 {