Skip to content

Commit cd6f72d

Browse files
authored
Merge pull request #9113 from Liongrass/patch-4
Update http to https in c#.md
2 parents 375338d + ab71c0c commit cd6f72d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/grpc/c#.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,4 +219,4 @@ client.GetInfo(new GetInfoRequest());
219219

220220
### Conclusion
221221

222-
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#.
222+
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 commit comments

Comments
 (0)