Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

coinselect

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coinselect - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

index.js

@@ -61,4 +61,2 @@ // TODO: integrate privacy calculations, group by address, avoid linking multiple addresses together

console.log(baseFee, accum, total, remainder, feeWithChange)
var remainder = accum - total

@@ -65,0 +63,0 @@

2

package.json
{
"name": "coinselect",
"version": "2.0.0",
"version": "2.0.1",
"description": "A fee optimizing bitcoin input selection module",

@@ -5,0 +5,0 @@ "keywords": [

@@ -8,3 +8,3 @@ # coinselect

A fee-saving bitcoin input selection module.
A fee-optimizing, transaction input selection module for bitcoinjs-lib.

@@ -23,3 +23,3 @@ The code is stable.

var feeRate = 55
var feeRate = 55 // satoshis per byte
var unspents = [

@@ -26,0 +26,0 @@ ...,

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc