Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementing address_byte_prefix for addresses/transactions #27

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Lvl4Sword
Copy link

@Lvl4Sword Lvl4Sword commented Nov 14, 2021

  • 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant