UI to alert of respend attempt affecting wallet.

ba478d229b
This commit is contained in:
lateminer
2018-01-09 23:25:37 +03:00
parent 228b3a9d89
commit c3bddf47b2
9 changed files with 74 additions and 14 deletions

View File

@@ -22,7 +22,8 @@ enum ChangeType
{
CT_NEW,
CT_UPDATED,
CT_DELETED
CT_DELETED,
CT_GOT_CONFLICT
};
/** Signals for UI communication. */