Correctly handle RBF

This commit is contained in:
nicolas.dorier
2017-11-06 00:31:02 -08:00
parent 024ab8ff69
commit b042f98f0f
16 changed files with 745 additions and 40 deletions

View File

@@ -71,5 +71,9 @@ namespace BTCPayServer.Data
get;
set;
}
public List<AddressInvoiceData> AddressInvoices
{
get; set;
}
}
}