Error when broadcasting transactions weren't shown in the UI

This commit is contained in:
nicolas.dorier
2022-05-27 16:34:05 +09:00
parent f08f064bc6
commit a0d0f1f98b
2 changed files with 4 additions and 5 deletions

View File

@@ -9,7 +9,6 @@ namespace BTCPayServer.Models.WalletViewModels
public SigningContextModel SigningContext { get; set; } = new SigningContextModel();
public string SigningKey { get; set; }
public string SigningKeyPath { get; set; }
public string GlobalError { get; set; }
public class DestinationViewModel
{