disable click tracking for verifications
This commit is contained in:
parent
6782b19c3d
commit
96ace4b850
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ import (
|
||||||
"github.com/ybbus/jsonrpc"
|
"github.com/ybbus/jsonrpc"
|
||||||
)
|
)
|
||||||
|
|
||||||
const DefaultPort = 5279
|
const DefaultPort = 15100
|
||||||
|
|
||||||
type Client struct {
|
type Client struct {
|
||||||
conn jsonrpc.RPCClient
|
conn jsonrpc.RPCClient
|
||||||
|
|
Loading…
Reference in a new issue