Skip to content

Commit

Permalink
lndclient: add rpc/daemon state client to services
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinrzachman committed Jan 26, 2024
1 parent 8200399 commit bb42207
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lnd_services.go
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ func NewLndServices(cfg *LndServicesConfig) (*GrpcLndServices, error) {
Invoices: invoicesClient,
Router: routerClient,
Versioner: versionerClient,
State: stateClient,
ChainParams: chainParams,
NodeAlias: nodeAlias,
NodePubkey: route.Vertex(nodeKey),
Expand Down

0 comments on commit bb42207

Please sign in to comment.