pybtc icon indicating copy to clipboard operation
pybtc copied to clipboard

Implementing address_byte_prefix for addresses/transactions

Open Lvl4Sword opened this issue 3 years ago • 0 comments

  • address_byte_prefix is now available as an option for transactions and addresses through setting the address_byte_prefix parameter. If address_byte_prefix isn't set, just use MAINNET_ADDRESS_BYTE_PREFIX.
  • Blanket imports are removed and replaced for what actually gets imported.
  • Unnecessary () is removed from classes

This is an initial stab at #26 -- Doesn't handle segwit, testnet, or any custom script prefixes.

Lvl4Sword avatar Nov 14 '21 08:11 Lvl4Sword