Change address if invoice get partially paid

This commit is contained in:
nicolas.dorier
2017-10-25 01:41:01 +09:00
parent c79db1dc99
commit 55a4c3c08d
14 changed files with 865 additions and 145 deletions

View File

@@ -37,6 +37,11 @@ namespace BTCPayServer.Data
get; set;
}
public List<HistoricalAddressInvoiceData> HistoricalAddressInvoices
{
get; set;
}
public byte[] Blob
{
get; set;