Skip to content

Error on alias duplicat in mempool when looking up the address.#246

Open
mempko wants to merge 1 commit into
masterfrom
feature/error-on-alias-duplicate
Open

Error on alias duplicat in mempool when looking up the address.#246
mempko wants to merge 1 commit into
masterfrom
feature/error-on-alias-duplicate

Conversation

@mempko

@mempko mempko commented Feb 16, 2018

Copy link
Copy Markdown
Member

Also provides functions that can be used to improve the UI error handling.

Currently the merit-cli will get an error but it isn't ideal for the Qt interface.

Also provides functions that can be used to improve the UI error handling.

@adilwali adilwali left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment thread src/validation.cpp
if (mempool_referral) {
return mempool_referral;
auto dests = LookupDestinations(address);
if(dests.size() > 1) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • space /pedantic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants