brainwallet / brainwallet.github.io

Brainwallet site
https://brainwallet.org
291 stars 409 forks source link

Bug in interpretation of json from blockchain.info/unspent #2

Closed anfedorov closed 12 years ago

anfedorov commented 12 years ago

The index in the unspent_outs array doesn't correspond to the output index in the transaction as it does in blockexplorer's. The tx_output_n should be used instead.

brainwallet commented 12 years ago

Of course! Thank you.