Skip to content

Commit 86e78a0

Browse files
committed
do not prefill lnurl-pay with minSendable
1 parent 3057860 commit 86e78a0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Bitkit/Views/Wallets/Send/LnurlPayAmount.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,6 @@ struct LnurlPayAmount: View {
7777
.navigationBarHidden(true)
7878
.padding(.horizontal, 16)
7979
.sheetBackground()
80-
.onAppear {
81-
if amountViewModel.amountSats == 0 {
82-
let minSendable = app.lnurlPayData?.minSendable ?? 0
83-
amountViewModel.updateFromSats(minSendable, currency: currency)
84-
}
85-
}
8680
}
8781

8882
private func onContinue() {

0 commit comments

Comments
 (0)