Lower tip dust limit to 600 sats and keep the like/tip modal editable after errors

Allow tips as low as 600 sats (tip output dust) while keeping the wallet
balance gate at 3000 sats to cover transaction fees. Keep the tip input and
Like button enabled after a validation error so the user can edit and retry.

By specifier.
This commit is contained in:
Chris Troutner
2026-08-26 07:10:06 -07:00
parent e7e758d370
commit 962b2eb627
5 changed files with 28 additions and 12 deletions
+2 -1
View File
@@ -39,6 +39,7 @@ Feature: Like / Tip a Memo
Examples:
| tip |
| 600 |
| 3000 |
| 25000 |
@@ -64,7 +65,7 @@ Feature: Like / Tip a Memo
Examples:
| tip |
| 1 |
| 2999 |
| 599 |
Scenario: Like / Tip a Memo - 6 a tip above the maximum is rejected
Given the wallet has a spendable balance of 150000000 sats