Have address wallet objects rather than script objects (#4417)

This commit is contained in:
Nicolas Dorier
2022-12-13 09:09:25 +09:00
committed by GitHub
parent 3673230fdf
commit 0c3f819200
11 changed files with 67 additions and 55 deletions

View File

@@ -21,7 +21,7 @@ namespace BTCPayServer.Data
public const string PayjoinExposed = "pj-exposed";
public const string Payout = "payout";
public const string PullPayment = "pull-payment";
public const string Script = "script";
public const string Address = "address";
public const string Utxo = "utxo";
}
public string WalletId { get; set; }