We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e149e7 commit fdb8d40Copy full SHA for fdb8d40
1 file changed
client/client.go
@@ -74,7 +74,7 @@ type Client struct {
74
75
func New() (*Client, error) {
76
dialer := websocket.Dialer{}
77
- conn, _, err := dialer.Dial("wss://mempool.space/ws", nil)
+ conn, _, err := dialer.Dial("wss://mempool.space/api/v1/ws", nil)
78
if err != nil {
79
return nil, err
80
}
0 commit comments