mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
Cleanup useless code
This commit is contained in:
@@ -226,8 +226,7 @@ namespace BTCPayServer.Models.PaymentRequestViewModels
|
||||
PaymentMethod = paymentMethodId.ToString(),
|
||||
Link = link,
|
||||
Id = txId,
|
||||
Destination = paymentEntity.Destination,
|
||||
//PaymentProof = paymentData.GetPaymentProof()
|
||||
Destination = paymentEntity.Destination
|
||||
};
|
||||
})
|
||||
.Where(payment => payment != null)
|
||||
|
||||
Reference in New Issue
Block a user