Revert back to original transaction if payjoined tx does not work

This commit is contained in:
Kukks
2020-03-26 15:42:54 +01:00
parent 10fcfab233
commit 065be9be64
8 changed files with 46 additions and 13 deletions

View File

@@ -8,6 +8,7 @@ namespace BTCPayServer.Models.WalletViewModels
{
public class WalletPSBTReadyViewModel
{
public string OriginalPSBT { get; set; }
public string PSBT { get; set; }
public string SigningKey { get; set; }
public string SigningKeyPath { get; set; }