Skip to content

Commit

Permalink
rpcclient: use better RPC endpoint for example
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Khimov <[email protected]>
  • Loading branch information
roman-khimov committed Feb 26, 2024
1 parent e09fc00 commit 9d32584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/rpcclient/doc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

func Example() {
endpoint := "http://seed5.bridgeprotocol.io:10332"
endpoint := "https://rpc.t5.n3.nspcc.ru:20331"
opts := rpcclient.Options{}

c, err := rpcclient.New(context.TODO(), endpoint, opts)
Expand Down

0 comments on commit 9d32584

Please sign in to comment.