blockcypher / java-client

Java SDK for BlockCypher
Apache License 2.0
41 stars 56 forks source link

Enable signing of transactions that have more than one input. #8

Closed danielalexiuc closed 5 years ago

danielalexiuc commented 7 years ago

The code only previously worked for transactions with one input.

This pull requests adds three new public methods (and leaves the three existing ones in place for backwards compatibility).

There are no huge changes, just introduces a loop to sign each of the toSign transactions with one of a supplied list of private keys.

eepstein commented 6 years ago

is anyone on blockcypher's team watching this repo ?