fixed orchestrator compilaiton

This commit is contained in:
Stephan D
2026-01-18 15:15:56 +01:00
parent 1d21991cd7
commit 5cd8ac0519
3 changed files with 3 additions and 12 deletions

View File

@@ -5,8 +5,6 @@ import (
oracleclient "github.com/tech/sendico/fx/oracle/client"
chainclient "github.com/tech/sendico/gateway/chain/client"
mntxclient "github.com/tech/sendico/gateway/mntx/client"
ledgerclient "github.com/tech/sendico/ledger/client"
"github.com/tech/sendico/pkg/merrors"
"github.com/tech/sendico/pkg/payments/rail"
feesv1 "github.com/tech/sendico/pkg/proto/billing/fees/v1"
@@ -263,7 +261,7 @@ func (c *discoveryMntxClient) Close() error {
}
type discoveryChainClient struct {
resolver *discoveryClientResolver
resolver *discoveryClientResolver
invokeURI string
}