fixed orchestrator compilaiton
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user