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

ref! only support getPrivateKey(), drop keys array #57

Merged
merged 2 commits into from
May 8, 2024

Conversation

coolaj86
Copy link
Member

@coolaj86 coolaj86 commented Apr 27, 2024

In the simplest case, having a keys array rather than a getPrivateKey() method seems more convenient.

However, beyond any simple test case, trying to track the order of the keys array becomes obnoxious and error prone.

The goal for DashTx is not to be a n00b-friendly tx library (no such thing can exist), but it is to make developing wallets easy - and the getPrivateKey() function does much better at that.

@coolaj86 coolaj86 changed the title Ref nix keys array entirely ref! only support getPrivateKey(), drop keys array Apr 27, 2024
@coolaj86 coolaj86 force-pushed the ref-nix-keys-array branch from e63778f to 5dfdf55 Compare May 8, 2024 21:28
@coolaj86 coolaj86 merged commit 7a6c1ee into main May 8, 2024
4 checks passed
@coolaj86 coolaj86 deleted the ref-nix-keys-array branch May 8, 2024 21:33
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.

1 participant