Update notification message for account activation requirement is 1 XRP

This commit is contained in:
void-57 2025-08-11 13:26:50 +05:30
parent 1f1623952d
commit 79e3e5cdc9

View File

@ -1509,7 +1509,7 @@ async function checkBalanceAndTransactions() {
document.getElementById("balanceInfo").style.display = "block"; document.getElementById("balanceInfo").style.display = "block";
notify( notify(
"Account not found - Address not activated (needs 10 XRP minimum)", "Account not found - Address not activated (needs 1 XRP minimum)",
"warning" "warning"
); );
} else { } else {