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.browser.mjs +3 -0
- package/dist/index.browser.mjs.map +2 -2
- package/dist/index.js +3 -0
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.browser.mjs
CHANGED
|
@@ -47474,6 +47474,9 @@ var ProtostoneTransaction = class {
|
|
|
47474
47474
|
if (Object.keys(utxo.alkanes).length > 0) {
|
|
47475
47475
|
continue;
|
|
47476
47476
|
}
|
|
47477
|
+
if (utxo.satoshis < 900) {
|
|
47478
|
+
continue;
|
|
47479
|
+
}
|
|
47477
47480
|
utxosToMeetRequirementsSet.set(utxoId, utxo);
|
|
47478
47481
|
accumulated += utxo.satoshis;
|
|
47479
47482
|
}
|