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

Bug: fix keyset or keysetId for receiveTokenEntry() #126

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

Conversation

callebtc
Copy link
Contributor

Bug related to #123.

getKeys() used to fetch sat unit keysets per default which leads to errors when receiving a different unit.

@gandlafbtc
Copy link
Collaborator

should we add optional keyset to other functions too? Usually it was thought that the keys get initialized with the wallet, so make a different instance for each keyset. But I am interested to know how other people are using it

@callebtc
Copy link
Contributor Author

should we add optional keyset to other functions too? Usually it was thought that the keys get initialized with the wallet, so make a different instance for each keyset. But I am interested to know how other people are using it

We could do both: take those the wallet got initialized with or an optional defined keyset and / or unit. Ideally this would be coherent across all relevant methods. I could do that, would you like me to?

@gudnuf
Copy link
Contributor

gudnuf commented Jul 29, 2024

seems to be resolved in latest version fyi

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

3 participants