Skip to content

Commit

Permalink
Merge pull request #9113 from Liongrass/patch-4
Browse files Browse the repository at this point in the history
Update http to https in c#.md
  • Loading branch information
guggero authored Sep 18, 2024
2 parents 375338d + ab71c0c commit cd6f72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/grpc/c#.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,4 +219,4 @@ client.GetInfo(new GetInfoRequest());

### Conclusion

With the above, you should have all the `lnd` related `gRPC` dependencies installed locally in your project. In order to get up to speed with `protobuf` usage from C#, see [this official `protobuf` tutorial for C#](https://developers.google.com/protocol-buffers/docs/csharptutorial). Additionally, [this official gRPC resource](http://www.grpc.io/docs/tutorials/basic/csharp.html) provides more details around how to drive `gRPC` from C#.
With the above, you should have all the `lnd` related `gRPC` dependencies installed locally in your project. In order to get up to speed with `protobuf` usage from C#, see [this official `protobuf` tutorial for C#](https://developers.google.com/protocol-buffers/docs/csharptutorial). Additionally, [this official gRPC resource](https://grpc.io/docs/languages/csharp/) provides more details around how to drive `gRPC` from C#.

0 comments on commit cd6f72d

Please sign in to comment.