feat: add details button to receive

This commit is contained in:
2026-06-01 18:23:53 +02:00
parent 385536db25
commit 395f540516
4 changed files with 23 additions and 7 deletions
@@ -25,7 +25,8 @@ sealed class ReceiveState {
) : ReceiveState()
data class PaymentReceived(
val amountSats: Long,
val memo : String?
val memo : String?,
val checkingId : String
) : ReceiveState()
data class Error(val message: String) : ReceiveState()
data class LnurlWithdrawReady(