mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 22:44:29 +01:00
Lightning: Catch and display external service errors
Prevent crashes like in #3700 and display the error to the user.
This commit is contained in:
committed by
Andrew Camilleri
parent
4cacc2a9e6
commit
26025b564e
@@ -7,4 +7,5 @@ public class AdditionalServiceViewModel
|
||||
public string ServiceName { get; set; }
|
||||
public string CryptoCode { get; set; }
|
||||
public string Link { get; set; }
|
||||
public string Error { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user