multinode/operators: using old api instead of new until nodes updated.
Change-Id: I210e300f11d03d705ff98e95ab0d9debad59c9d6
This commit is contained in:
parent
e37df44910
commit
cff3da7647
@ -101,7 +101,7 @@ func (service *Service) GetOperator(ctx context.Context, node nodes.Node) (_ Ope
|
||||
}()
|
||||
|
||||
nodeClient := multinodepb.NewDRPCNodeClient(conn)
|
||||
payoutClient := multinodepb.NewDRPCPayoutsClient(conn)
|
||||
payoutClient := multinodepb.NewDRPCPayoutClient(conn)
|
||||
header := &multinodepb.RequestHeader{
|
||||
ApiKey: node.APISecret,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user