remove bpu TempData

This commit is contained in:
Kukks
2020-03-26 14:18:16 +01:00
parent ff9865c516
commit 10fcfab233
8 changed files with 28 additions and 17 deletions

View File

@@ -10,6 +10,7 @@ namespace BTCPayServer.Models.WalletViewModels
{
public class WalletPSBTViewModel
{
public string PayJoinEndpointUrl { get; set; }
public string CryptoCode { get; set; }
public string Decoded { get; set; }
string _FileName;