Fix: Forgot to pass in the Rate field to the invoice DTO

This commit is contained in:
nicolas.dorier
2017-12-18 08:56:27 +09:00
parent 3d7445f359
commit 24007f1515
4 changed files with 5 additions and 4 deletions

View File

@@ -18,7 +18,6 @@ namespace BTCPayServer
{
private EventAggregator aggregator;
Type t;
Action<object> act;
public Subscription(EventAggregator aggregator, Type t)
{
this.aggregator = aggregator;