Cleanup useless code

This commit is contained in:
nicolas.dorier
2024-10-16 16:25:16 +09:00
parent 65fd537200
commit be429c527c
7 changed files with 5 additions and 47 deletions

View File

@@ -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)