Skip to content

Commit

Permalink
Merge branch 'extra-rest/v2.5.x' of https://github.com/bandprotocol/c…
Browse files Browse the repository at this point in the history
…hain into extra-rest-47
  • Loading branch information
RogerKSI committed Sep 11, 2023
2 parents 1877737 + 919124e commit 62b762e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/emitter/staking.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ func (h *Hook) handleMsgBeginRedelegate(
h.emitUpdateRedelation(src, dst, del, evMap)
if found {
detail["val_src_moniker"] = valSrc.Description.Moniker
detail["val_src_identity"] = valDst.Description.Identity
detail["val_src_identity"] = valSrc.Description.Identity
} else {
detail["val_src_moniker"] = "Removed"
detail["val_src_identity"] = "Removed"
Expand Down

0 comments on commit 62b762e

Please sign in to comment.