@fuel-ts/account 0.0.0-rc-1878-20240321174426 → 0.0.0-rc-1878-20240321180744

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of @fuel-ts/account might be problematic. Click here for more details.

package/dist/index.js CHANGED
@@ -3932,7 +3932,6 @@ var _Provider = class {
3932
3932
  utxoValidation: utxoValidation || false
3933
3933
  });
3934
3934
  const receipts = gqlReceipts.map(processGqlReceipt);
3935
- console.log(receipts);
3936
3935
  return {
3937
3936
  receipts
3938
3937
  };