Skip to content

Commit 47b5ef7

Browse files
author
Jayash Satolia
committed
Fix
1 parent 7d216ea commit 47b5ef7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

code/go/0chain.net/core/chain/entity.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ func NewChainFromConfig() *Chain {
5151
chain.ID = common.ToKey(config.Configuration.ChainID)
5252
chain.OwnerID = viper.GetString("server_chain.owner")
5353
chain.BlockWorker = viper.GetString("block_worker")
54-
chain.ZauthServer = viper.GetString("zauth_server")
5554
return chain
5655
}
5756

0 commit comments

Comments
 (0)