Skip to content

Commit

Permalink
Changed hardcoded value to constant
Browse files Browse the repository at this point in the history
  • Loading branch information
Guitarheroua committed Dec 4, 2024
1 parent be79f84 commit 3c6adf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/send_and_subscribe_transaction_statuses/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func main() {

func demo() {
ctx := context.Background()
flowClient, err := grpc.NewClient("access.testnet.nodes.onflow.org:9000")
flowClient, err := grpc.NewClient(grpc.TestnetHost)
examples.Handle(err)

signerIndex := uint32(0)
Expand Down

0 comments on commit 3c6adf5

Please sign in to comment.