Yuri

Results 2 comments of Yuri

bitcoinlib==0.6.0 ``` >>> tx = bitcoinlib.transactions.Transaction( inputs=inputs, outputs=outputs, network="bitcoinlib", version=1, witness_type=witness, ) >>> tx.sign(keys=keys) >>> print(tx.as_dict()) {'txid': 'ce740c9087b265a87e578eef42ba388d93028b0df8209521bfceb4be52665f3f', 'date': None, 'network': 'dogecoin', 'witness_type': 'legacy', 'coinbase': False, 'flag': None, 'txhash': '',...

Is there any blocking reason not to merge BCH & BCHSV [networks](https://github.com/1200wd/bitcoinlib/blob/add-bitcoin-cash/bitcoinlib/data/networks.json) definitions in release? Thanks