We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i've expected a configuration where we simply say
config.testnet = true
we then don't need to pass arguments into the address generation anymore
def to_serialized_hex(type = :public, network: :bitcoin)
could be changed to
def to_serialized_hex(type = :public, network: nil) network = config.network unless network
what would be against this idea?
would also benefit for testing purposes
The text was updated successfully, but these errors were encountered:
why this won't be merged? it's super useful.
also i propose that testnet is running by default
Sorry, something went wrong.
No branches or pull requests
i've expected a configuration where we simply say
we then don't need to pass arguments into the address generation anymore
could be changed to
what would be against this idea?
would also benefit for testing purposes
The text was updated successfully, but these errors were encountered: