Skip to content

Commit

Permalink
fix bug (#129)
Browse files Browse the repository at this point in the history
Co-authored-by: liutian <[email protected]>
  • Loading branch information
tiantianlikeu and 0xweb3King authored Apr 16, 2024
1 parent 571fe5c commit 7166bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appchain/appchain_l2.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ func (l *L2AppChainListener) eventUnpack(event event.ContractEvent) error {
case bindings.StrategyBaseAbi.Events["TransferETHToL2DappLinkBridge"].ID.String():
err := unpack.TransferETHToL2DappLinkBridge(l.chainId, event, l.db)
return err
case bindings.StrategyBaseAbi.Events["MigrateRelatedL1StakerShares"].ID.String():
case bindings.StrategyManagerAbi.Events["MigrateRelatedL1StakerShares"].ID.String():
err := unpack.MigrateRelatedL1StakerShares(l.chainId, event, l.db)
return err
}
Expand Down

0 comments on commit 7166bcd

Please sign in to comment.