mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-04-08 20:08:06 +02:00
Rename amount to amountInMillisats to give visual clue to calling classes that millisats should be used
This commit is contained in:
parent
941266365e
commit
a4a753e7b6
@ -607,7 +607,7 @@ class AccountViewModel(
|
||||
|
||||
fun zap(
|
||||
note: Note,
|
||||
amount: Long,
|
||||
amountInMillisats: Long,
|
||||
pollOption: Int?,
|
||||
message: String,
|
||||
context: Context,
|
||||
@ -621,7 +621,7 @@ class AccountViewModel(
|
||||
ZapPaymentHandler(account)
|
||||
.zap(
|
||||
note = note,
|
||||
amountMilliSats = amount,
|
||||
amountMilliSats = amountInMillisats,
|
||||
pollOption = pollOption,
|
||||
message = message,
|
||||
context = context,
|
||||
|
Loading…
x
Reference in New Issue
Block a user