Add CashAddr Address Format

Ported from Bitcoin Unlimited, Bitcoin ABC
This commit is contained in:
lateminer
2018-01-14 22:32:08 +03:00
parent 7cd5894690
commit 323a6750c2
85 changed files with 3107 additions and 780 deletions

View File

@@ -7,6 +7,7 @@
#include "addressbookpage.h"
#include "addresstablemodel.h"
#include "config.h"
#include "guiutil.h"
#include "optionsmodel.h"
#include "platformstyle.h"
@@ -29,6 +30,11 @@ SendCoinsEntry::SendCoinsEntry(const PlatformStyle *platformStyle, QWidget *pare
ui->deleteButton_is->setIcon(platformStyle->SingleColorIcon(":/icons/remove"));
ui->deleteButton_s->setIcon(platformStyle->SingleColorIcon(":/icons/remove"));
ui->messageTextLabel->setToolTip(tr("A message that was attached to the %1 URI which will be"
" stored with the transaction for your reference. Note: "
"This message will not be sent over the Bitcoin network.")
.arg(GUIUtil::bitcoinURIScheme(GetConfig())));
setCurrentWidget(ui->SendCoins);
if (platformStyle->getUseExtraSpacing())