alkanesjs 1.1.4 → 1.1.6
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.browser.mjs +1 -1
- package/dist/index.browser.mjs.map +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -37405,7 +37405,7 @@ var ProtostoneTransaction = class {
|
|
|
37405
37405
|
if (Object.keys(utxo.alkanes).length > 0) {
|
|
37406
37406
|
continue;
|
|
37407
37407
|
}
|
|
37408
|
-
if (utxo.satoshis <
|
|
37408
|
+
if (utxo.satoshis < 1e3) {
|
|
37409
37409
|
continue;
|
|
37410
37410
|
}
|
|
37411
37411
|
utxosToMeetRequirementsSet.set(utxoId, utxo);
|