Skip to content

Commit

Permalink
ensure messages with data are not considered when funding
Browse files Browse the repository at this point in the history
  • Loading branch information
Torres-ssf committed Sep 2, 2024
1 parent 578c980 commit 3ab5706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/account/src/account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ export class Account extends AbstractAccount {
});

const totalBaseAssetOnInputs = getAssetAmountInRequestInputs(
request.inputs,
request.inputs.filter(isRequestInputResource),
baseAssetId,
baseAssetId
);
Expand Down

0 comments on commit 3ab5706

Please sign in to comment.