diff --git a/src/router-plus/SuperformRouterPlusAsync.sol b/src/router-plus/SuperformRouterPlusAsync.sol index 09968d473..2a7635f7d 100644 --- a/src/router-plus/SuperformRouterPlusAsync.sol +++ b/src/router-plus/SuperformRouterPlusAsync.sol @@ -441,7 +441,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