We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e20e5b commit 7d216eaCopy full SHA for 7d216ea
code/go/0chain.net/blobber/zcn.go
@@ -103,10 +103,6 @@ func setupServerChain() error {
103
return err
104
}
105
106
- if client.GetClient().IsSplit {
107
- zcncore.RegisterZauthServer(serverChain.ZauthServer)
108
- }
109
-
110
fmt.Print(" [OK]\n")
111
return nil
112
code/go/0chain.net/validator/main.go
@@ -243,10 +243,6 @@ func SetupValidatorOnBC(logDir string) error {
243
244
245
246
247
248
249
250
go RegisterValidator()
251
252
0 commit comments