Skip to content

Commit

Permalink
fixbug (#130)
Browse files Browse the repository at this point in the history
Co-authored-by: liutian <liutianv1@gmail.com>
  • Loading branch information
tiantianlikeu and 0xweb3King authored Apr 16, 2024
1 parent 7166bcd commit 5793453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appchain/appchain_l1.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ func (l *L1AppChainListener) migrateShares() error {
}
success := unstakeBatch.Success
if success {
err := l.db.AppChainUnStake.NotifyAppChainUnStake(txHash.String())
err := l.db.AppChainUnStake.NotifyAppChainUnStake(unStakeInfo.TxHash.String())
if err != nil {
return err
}
Expand Down

0 comments on commit 5793453

Please sign in to comment.