feat: add details button to receive
This commit is contained in:
@@ -342,7 +342,8 @@ class WalletViewModel(
|
||||
Log.d(TAG, "BALANCE [WS RECEIVE] Marking invoice ${rs.paymentHash.take(8)}… as received")
|
||||
_receiveState.value = ReceiveState.PaymentReceived(
|
||||
amountSats = event.amountSats,
|
||||
memo = event.memo
|
||||
memo = event.memo,
|
||||
checkingId = rs.paymentHash
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user