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
Currently, a username can only be added to a contact list when a payment is sent using the USD wallet mutations.
When sending with the BTC Wallet, there is no mutation triggered, therefore the username does not get added to the contact list.
This issue is to create a stand-alone mutation that will add a username to a contact list.
The text was updated successfully, but these errors were encountered:
See addNewContact function in src/app/accounts. Move transaction count outside to existing (i.e Galoy's) caller of this function.
addNewContact
src/app/accounts
Sorry, something went wrong.
brh28
islandbitcoin
No branches or pull requests
Currently, a username can only be added to a contact list when a payment is sent using the USD wallet mutations.
When sending with the BTC Wallet, there is no mutation triggered, therefore the username does not get added to the contact list.
This issue is to create a stand-alone mutation that will add a username to a contact list.
The text was updated successfully, but these errors were encountered: