mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
Fix: Forgot to pass in the Rate field to the invoice DTO
This commit is contained in:
@@ -18,7 +18,6 @@ namespace BTCPayServer
|
||||
{
|
||||
private EventAggregator aggregator;
|
||||
Type t;
|
||||
Action<object> act;
|
||||
public Subscription(EventAggregator aggregator, Type t)
|
||||
{
|
||||
this.aggregator = aggregator;
|
||||
|
||||
Reference in New Issue
Block a user