feat: add details button to paymentsent
This commit is contained in:
@@ -83,7 +83,8 @@ sealed class SendState {
|
||||
data object Paying : SendState()
|
||||
data class PaymentSent(
|
||||
val amountSats : Long,
|
||||
val feeSats : Long? = null
|
||||
val feeSats : Long? = null,
|
||||
val paymentHash: String
|
||||
) : SendState()
|
||||
data class Error(val message: String) : SendState()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user