alkanesjs 1.1.3 → 1.1.4

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.
package/dist/index.js CHANGED
@@ -37405,6 +37405,9 @@ var ProtostoneTransaction = class {
37405
37405
  if (Object.keys(utxo.alkanes).length > 0) {
37406
37406
  continue;
37407
37407
  }
37408
+ if (utxo.satoshis < 900) {
37409
+ continue;
37410
+ }
37408
37411
  utxosToMeetRequirementsSet.set(utxoId, utxo);
37409
37412
  accumulated += utxo.satoshis;
37410
37413
  }