diff --git a/qortal-ui-plugins/plugins/core/components/ChatPage.js b/qortal-ui-plugins/plugins/core/components/ChatPage.js index 303e2501..a3bfba57 100644 --- a/qortal-ui-plugins/plugins/core/components/ChatPage.js +++ b/qortal-ui-plugins/plugins/core/components/ChatPage.js @@ -669,7 +669,7 @@ class ChatPage extends LitElement { let err1string = get("chatpage.cchange24"); parentEpml.request('showSnackBar', `${err1string}`); } else { - if (this.balance < 20) { + if (this.balance < 4) { this.myTrimmedMeassage = '' this.myTrimmedMeassage = trimmedMessage this.shadowRoot.getElementById('confirmDialog').open() @@ -1096,4 +1096,4 @@ class ChatPage extends LitElement { } } -window.customElements.define('chat-page', ChatPage) \ No newline at end of file +window.customElements.define('chat-page', ChatPage)