rpcclient: use better RPC endpoint for example
Signed-off-by: Roman Khimov <roman@nspcc.ru>
This commit is contained in:
parent
e09fc00188
commit
9d3258495f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue