@aguycalled/bitcore-lib
Advanced tools
Comparing version 0.15.43 to 0.15.44
@@ -747,2 +747,5 @@ "use strict"; | ||
} | ||
if (addedInputs < totalAmount + (subtractFee ? 0 : fee + extraFee)) | ||
throw new Error("Not enough balance"); | ||
} | ||
@@ -752,5 +755,2 @@ | ||
if (addedInputs < totalAmount + (subtractFee ? 0 : fee + extraFee)) | ||
throw new Error("Not enough balance"); | ||
let { viewKey, spendKey } = this.DerivePublicKeys(vk, sk); | ||
@@ -757,0 +757,0 @@ let destOutput; |
@@ -182,3 +182,3 @@ { | ||
}, | ||
"version": "0.15.43" | ||
"version": "0.15.44" | ||
} |
3922118