Skip to content

Commit

Permalink
add staker addr
Browse files Browse the repository at this point in the history
  • Loading branch information
gusin13 committed Feb 8, 2025
1 parent 533260d commit 58f8e83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/btcstaking/types/btc_staking_consumer_events.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ func CreateActiveBTCDelegationEvent(activeDel *BTCDelegation) (*BTCStakingConsum
event := &BTCStakingConsumerEvent{
Event: &BTCStakingConsumerEvent_ActiveDel{
ActiveDel: &ActiveBTCDelegation{
StakerAddr: activeDel.StakerAddr,
BtcPkHex: activeDel.BtcPk.MarshalHex(),
FpBtcPkList: fpBtcPkHexList,
StartHeight: activeDel.StartHeight,
Expand Down

0 comments on commit 58f8e83

Please sign in to comment.