Skip to content

Commit

Permalink
Fix: waiting node
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Sep 8, 2023
1 parent 9998a57 commit 508dfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func WithRPC(rpcConfig map[string]RPCConfig) ContextOption {
opts = append(opts, noderpc.WithLog())
}

ctx.RPC = noderpc.NewNodeRPC(rpcProvider.URI, opts...)
ctx.RPC = noderpc.NewWaitNodeRPC(rpcProvider.URI, opts...)
}
}
}
Expand Down

0 comments on commit 508dfcf

Please sign in to comment.