Skip to content

Commit

Permalink
Merge branch 'bez/eth-sig-delegate-keys' of https://github.com/peggyj…
Browse files Browse the repository at this point in the history
…v/gravity-bridge into bez/eth-sig-delegate-keys
  • Loading branch information
zmanian committed Jul 20, 2021
2 parents 3ae2b7c + 1a271e3 commit 43bf979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testnet/validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ func (v *Validator) buildDelegateKeysMsg() sdktypes.Msg {
sdktypes.ValAddress(v.KeyInfo.GetAddress()),
v.Chain.Orchestrators[v.Index].KeyInfo.GetAddress(),
v.EthereumKey.Address,
ethSig,
hexutil.Encode(ethSig),
)
}

Expand Down

0 comments on commit 43bf979

Please sign in to comment.