fix: spend minimal amount in btc
This commit is contained in:
parent
90c2a04eb4
commit
263f00150d
@ -100,7 +100,7 @@ pub fn recipient_view<'a>(
|
||||
form::Form::new("Amount", amount, move |msg| {
|
||||
CreateSpendMessage::RecipientEdited(index, "amount", msg)
|
||||
})
|
||||
.warning("Please enter correct amount (> 5000 sats)")
|
||||
.warning("Please enter correct amount (> 0.00005000 btc)")
|
||||
.size(20)
|
||||
.padding(10),
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user