addAddressBook and deleteAddressBook API calls #482
No reviewers
Labels
No Label
bug
build
dependencies
developers
documentation
duplicate
enhancement
formatting
invalid
legal
mobile
obsolete
packaging
performance
protocol
question
refactoring
regression
security
test
translation
usability
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-2024-11-30#482
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "add_delete_addressbook"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This pull request:
Excellent! It was definitely wise to move verifyAddress to its own function.
the name is ambiguous. sounds like we're adding and deleting the entire addressbook. But good none-the-less. WIll be adding to Bmr tonight!
@chovy I agree but that was consistent with the existing listAddressBook method, and the way the other list/add/delete methods work.
Whats about list/add/delete Contacts?
That makes sense, only terminology the client uses is AddressBook. I was thinking
deleteFromAddressBook
andaddToAddressBook
.Then how about I change
to
before too much time goes by.
That works for me.