Skip to content

Commit

Permalink
Comments fix
Browse files Browse the repository at this point in the history
  • Loading branch information
goran-ethernal committed Nov 28, 2023
1 parent 2520ad6 commit 0d9f4c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions consensus/polybft/polybft_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ type PolyBFTConfig struct {
// implementation address and the admin
ProxyContractsAdmin types.Address `json:"proxyContractsAdmin"`

// BladeAdminAddress is the address that will be the owner of the NativeERC20 mintable token,
// and StakeManager contract which handles validator actions like whitelist
// BladeAdmin is the address that will be the owner of the NativeERC20 mintable token,
// and StakeManager contract which manages validators
BladeAdmin types.Address `json:"bladeAdmin"`
}

Expand Down

0 comments on commit 0d9f4c5

Please sign in to comment.