Skip to content

Commit

Permalink
fix: update event in requestRefund [sup 9338] (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
TamaraRingas authored Nov 22, 2024
1 parent f72ae2f commit 4d26c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router-plus/SuperformRouterPlusAsync.sol
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ contract SuperformRouterPlusAsync is ISuperformRouterPlusAsync, BaseSuperformRou

refunds[routerPlusPayloadId_] = Refund(msg.sender, data.interimAsset, requestedAmount);

emit refundRequested(routerPlusPayloadId_, msg.sender, r.interimToken, requestedAmount);
emit refundRequested(routerPlusPayloadId_, msg.sender, data.interimAsset, requestedAmount);
}

/// @inheritdoc ISuperformRouterPlusAsync
Expand Down

0 comments on commit 4d26c8d

Please sign in to comment.