Skip to content

Commit

Permalink
BEP174: fix some typos (#420)
Browse files Browse the repository at this point in the history
Signed-off-by: murongshaozong <[email protected]>
  • Loading branch information
murongshaozong authored Aug 15, 2024
1 parent d81901d commit 2c5ab6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BEPs/BEP174.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function removeManagerByHimself() external
Allows a manager to remove himself if required.

```
fuction addManagerByGov(address) external onlyGov
function addManagerByGov(address) external onlyGov
```
Adds a Manager public key to the current set of Managers. This is only called via governance. Emits an event on success.

Expand Down Expand Up @@ -134,7 +134,7 @@ Update Relayer codebase to no longer register and deposit. Update abi? and run c

### 4.5 Existing relayer key migration

Manager keys will need to be supplied for the existing two relayers. Manger set will be seeded with these two Manager public keys. Relayer public keys will be registered to these Managers.

This comment has been minimized.

Copy link
@TheManager73

TheManager73 Aug 15, 2024

e9174895-24a1-43cb-b40d-60a991ef4fd2

Manager keys will need to be supplied for the existing two relayers. Manager set will be seeded with these two Manager public keys. Relayer public keys will be registered to these Managers.

Existing Relayers will need to pull down relayer code once the `RelayerHub` SC has been upgraded.

Expand Down

1 comment on commit 2c5ab6d

@TheManager73
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

e9174895-24a1-43cb-b40d-60a991ef4fd2

Please sign in to comment.