From 79e3e5cdc901f3518d0db1ab209ef5b4d33fad39 Mon Sep 17 00:00:00 2001 From: void-57 Date: Mon, 11 Aug 2025 13:26:50 +0530 Subject: [PATCH] Update notification message for account activation requirement is 1 XRP --- scripts/wallet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/wallet.js b/scripts/wallet.js index 6cc967b..27f59fb 100644 --- a/scripts/wallet.js +++ b/scripts/wallet.js @@ -1509,7 +1509,7 @@ async function checkBalanceAndTransactions() { document.getElementById("balanceInfo").style.display = "block"; notify( - "Account not found - Address not activated (needs 10 XRP minimum)", + "Account not found - Address not activated (needs 1 XRP minimum)", "warning" ); } else {