Skip to content

Commit

Permalink
chore: working
Browse files Browse the repository at this point in the history
  • Loading branch information
wnjoon committed Jan 23, 2025
1 parent 79861e2 commit 12e9bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/checkpointing/vote_ext.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func (h *VoteExtensionHandler) ExtendVote() sdk.ExtendVoteHandler {
// 3. build vote extension
ve := &ckpttypes.VoteExtension{
Signer: signer.String(),
ValidatorAddress: signer.String(), //k.GetValAddressFromPubkey().String(),
ValidatorAddress: k.GetValAddressFromPubkey().String(),
BlockHash: &bhash,
EpochNum: epoch.EpochNumber,
Height: uint64(req.Height),
Expand Down

0 comments on commit 12e9bc7

Please sign in to comment.