Skip to content

Commit 7d216ea

Browse files
author
Jayash Satolia
committed
Debug
1 parent 5e20e5b commit 7d216ea

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

code/go/0chain.net/blobber/zcn.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,6 @@ func setupServerChain() error {
103103
return err
104104
}
105105

106-
if client.GetClient().IsSplit {
107-
zcncore.RegisterZauthServer(serverChain.ZauthServer)
108-
}
109-
110106
fmt.Print(" [OK]\n")
111107
return nil
112108
}

code/go/0chain.net/validator/main.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,10 +243,6 @@ func SetupValidatorOnBC(logDir string) error {
243243
return err
244244
}
245245

246-
if client.GetClient().IsSplit {
247-
zcncore.RegisterZauthServer(serverChain.ZauthServer)
248-
}
249-
250246
go RegisterValidator()
251247

252248
return nil

0 commit comments

Comments
 (0)