@xchainjs/xchain-bitcoin 0.18.0 → 0.18.1
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/CHANGELOG.md +6 -0
- package/lib/index.esm.js +1 -1
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/lib/index.esm.js
CHANGED
|
@@ -85970,7 +85970,7 @@ var buildTx = function (_a) {
|
|
|
85970
85970
|
throw new Error('No utxos to send');
|
|
85971
85971
|
if (!validateAddress(recipient, network))
|
|
85972
85972
|
throw new Error('Invalid address');
|
|
85973
|
-
feeRateWhole =
|
|
85973
|
+
feeRateWhole = Math.ceil(feeRate);
|
|
85974
85974
|
compiledMemo = memo ? compileMemo(memo) : null;
|
|
85975
85975
|
targetOutputs = [];
|
|
85976
85976
|
//1. add output amount and recipient to targets
|