The signing context should not be passed to PSBT screen

This commit is contained in:
nicolas.dorier
2020-05-25 07:05:01 +09:00
parent 9e9b5945fe
commit cccf3ca617
6 changed files with 16 additions and 20 deletions

View File

@@ -10,7 +10,6 @@ namespace BTCPayServer.Models.WalletViewModels
{
public class WalletPSBTViewModel
{
public SigningContextModel SigningContext { get; set; } = new SigningContextModel();
public string CryptoCode { get; set; }
public string Decoded { get; set; }
string _FileName;