Skip to content

Commit

Permalink
Merge pull request #54 from gateway-fm/fix/delegation
Browse files Browse the repository at this point in the history
fix: delegation updated
  • Loading branch information
asolovov authored Feb 8, 2024
2 parents ccfb080 + b1aac73 commit 113e992
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/delegationUpdated.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ func GetDelegationUpdatedFromEvent(event *core.CoreDelegationUpdated, time uint6
PoolId: event.PoolId,
CollateralType: event.CollateralType,
Amount: event.Amount,
Leverage: event.Leverage,
Sender: event.Sender,
BlockNumber: event.Raw.BlockNumber,
BlockTimestamp: time,
Expand Down

0 comments on commit 113e992

Please sign in to comment.