Merge #316: fix: spend minimal amount in btc

263f00150d37908d97bb491cd0dbc2180f36b654 fix: spend minimal amount in btc (edouard)

Pull request description:

  "> 5000 sats" message was confusing with the actual amount in btc requirement

ACKs for top commit:
  edouardparis:
    Self-ACK 263f00150d37908d97bb491cd0dbc2180f36b654

Tree-SHA512: 7846344af9e044db5431d583214c06cdbabfbb5a553be975531e76b5218bec3c7fd0467d11fe4fa2845226516cf09e45d0948df17b2a8c723a3cedb212fe34d0
This commit is contained in:
edouard 2023-02-04 11:36:51 +01:00
commit c9238404d5
No known key found for this signature in database
GPG Key ID: E65F7A089C20DC8F

View File

@ -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),
)