Skip to content

Commit

Permalink
Merge pull request #178 from calvinrzachman/rpc-state
Browse files Browse the repository at this point in the history
lndclient: add rpc/daemon state client to services
  • Loading branch information
guggero authored Mar 6, 2024
2 parents 23e163e + bb42207 commit a53df7a
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 @@ -392,6 +392,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 a53df7a

Please sign in to comment.