mirror of
https://github.com/Permissionless-Software-Foundation/psf-memo-client.git
synced 2026-09-21 16:52:02 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user