You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ReserveAddress= s =>walletClient.SendCommandAsync<CreateAddressRequest,CreateAddressResponse>("create_address",newCreateAddressRequest(){Label=$"btcpay invoice #{s}",AccountIndex=supportedPaymentMethod.AccountIndex}),
ReserveAddress= s =>walletClient.SendCommandAsync<CreateAddressRequest,CreateAddressResponse>("create_address",newCreateAddressRequest(){Label=$"btcpay invoice #{s}",AccountIndex=supportedPaymentMethod.AccountIndex}),
60
+
AccountIndex=supportedPaymentMethod.AccountIndex
61
+
};
62
+
}
63
+
catch(Exceptionex)
64
+
{
65
+
context.Logs.Write($"Error in BeforeFetchingRates: {ex.Message}",InvoiceEventData.EventSeverity.Error);
0 commit comments