Skip to content

Commit

Permalink
feat: adds orchestrator address to validator in staking module (celes…
Browse files Browse the repository at this point in the history
…tiaorg#112)

* adds orchestrator address to validator initialization in staking module

* fix msg edit  validator

* todo

* todo
  • Loading branch information
rach-id committed Aug 4, 2022
1 parent 0e10ae1 commit aca9c0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions testutil/network/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,9 @@ func New(l Logger, baseDir string, cfg Config) (*Network, error) {
orchAddr, _ := sdk.AccAddressFromHex("celes1qktu8009djs6uym9uwj84ead24exkezsaqrmn5")
ethAddr, _ := stakingtypes.NewEthAddress("0x91DEd26b5f38B065FC0204c7929Da6b2A21277Cd")

orchAddr, _ := sdk.AccAddressFromHex("celes1qktu8009djs6uym9uwj84ead24exkezsaqrmn5")
ethAddr, _ := stakingtypes.NewEthAddress("0x91DEd26b5f38B065FC0204c7929Da6b2A21277Cd")

createValMsg, err := stakingtypes.NewMsgCreateValidator(
sdk.ValAddress(addr),
valPubKeys[i],
Expand Down

0 comments on commit aca9c0f

Please sign in to comment.