Skip to content

Commit

Permalink
revert change on getAssetAmountInRequestInputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Torres-ssf committed Sep 2, 2024
1 parent 646193a commit 578c980
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const getAssetAmountInRequestInputs = (
return acc.add(input.amount);
}

if (isRequestInputMessageWithoutData(input) && assetId === baseAsset) {
if (isRequestInputMessage(input) && assetId === baseAsset) {
return acc.add(input.amount);
}

Expand Down

0 comments on commit 578c980

Please sign in to comment.