fix: replace DHT with private peer discovery #59
Annotations
7 errors
|
Test:
cmd/tss/tss_http_test.go#L26
cannot use tssServer (variable of type *MockTssServer) as "gitlab.com/thorchain/tss/go-tss/tss".Server value in argument to NewTssHttpServer: *MockTssServer does not implement "gitlab.com/thorchain/tss/go-tss/tss".Server (wrong type for method GetKnownPeers)
|
Test:
cmd/tss/tss_http_test.go#L43
cannot use tssServer (variable of type *MockTssServer) as "gitlab.com/thorchain/tss/go-tss/tss".Server value in argument to NewTssHttpServer: *MockTssServer does not implement "gitlab.com/thorchain/tss/go-tss/tss".Server (wrong type for method GetKnownPeers)
|
Test:
cmd/tss/tss_http_test.go#L53
cannot use tssServer (variable of type *MockTssServer) as "gitlab.com/thorchain/tss/go-tss/tss".Server value in argument to NewTssHttpServer: *MockTssServer does not implement "gitlab.com/thorchain/tss/go-tss/tss".Server (wrong type for method GetKnownPeers)
|
Test:
cmd/tss/tss_http_test.go#L117
cannot use tssServer (variable of type *MockTssServer) as "gitlab.com/thorchain/tss/go-tss/tss".Server value in argument to NewTssHttpServer: *MockTssServer does not implement "gitlab.com/thorchain/tss/go-tss/tss".Server (wrong type for method GetKnownPeers)
|
Test:
cmd/tss/tss_http_test.go#L194
cannot use tssServer (variable of type *MockTssServer) as "gitlab.com/thorchain/tss/go-tss/tss".Server value in argument to NewTssHttpServer: *MockTssServer does not implement "gitlab.com/thorchain/tss/go-tss/tss".Server (wrong type for method GetKnownPeers)
|
Test
The operation was canceled.
|
Loading