mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-02-21 10:27:26 +08:00
add TODO context to newPubSubProxyClient constructor
This commit is contained in:
parent
de11685a89
commit
4c021b988c
@ -572,7 +572,7 @@ func TestTLSXSignConnection(t *testing.T) {
|
||||
|
||||
defer conn.Close()
|
||||
// Create the proxy client
|
||||
client := rpc.NewPubSubProxyClient(conn, zap.NewNop())
|
||||
client := rpc.NewPubSubProxyClient(context.TODO(), conn, zap.NewNop())
|
||||
|
||||
// Test that we can actually use the TLS connection
|
||||
testBitmask := []byte("tls-test")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user