libitx / txforge

Modern Bitcoin transaction builder, capable of supporting any non-standard and custom script type.
Apache License 2.0
63 stars 21 forks source link

Support testnet use #10

Closed libitx closed 2 years ago

libitx commented 3 years ago

moneybutton/bsv does not automatically parse a testnet address - it must be explicitly instantiated with Address.Testnet().

To support testnet there should be a configuration flag and instantiate from the correct class at the following places:

libitx commented 2 years ago

Testnet is supported in v2