flocore-node/lib/services
Braydon Fuller d9b2a0969b Fixed bug with balance
There was a bug when getting unspent outputs that would include an output
that was spent in the mempool in addition to the new output with the change
address. This lead to a balance having an output counted twice towards the
end balance. The solution is to have the isSpent method for the address service
to also include if the output was spent in the mempool, as the isSpent
method exposed from bitcoind only includes if the output was spent in a block.
2015-10-12 09:29:49 -04:00
..
address Fixed bug with balance 2015-10-12 09:29:49 -04:00
bitcoind.js Updates to documentation for bitcore.io website. 2015-09-29 14:15:49 -04:00
db.js Wait for bitcoind to catch up if tip is not found 2015-10-02 13:35:42 -04:00
web.js Service Documentation 2015-09-23 18:14:37 -04:00