diff options
| author | Jonas Schnelli <[email protected]> | 2016-04-04 09:58:24 +0200 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2016-04-04 09:58:33 +0200 |
| commit | a9149688f87cb790a600400abd9af72c3ee0c312 (patch) | |
| tree | c3fbf2c496828a7361b7b690fb54079a9d75f476 /src/Makefile.qt.include | |
| parent | Merge #7797: RPC: fix generatetoaddress failing to parse address (diff) | |
| parent | [Qt] Support for abandoned/abandoning transactions (diff) | |
| download | discoin-a9149688f87cb790a600400abd9af72c3ee0c312.tar.xz discoin-a9149688f87cb790a600400abd9af72c3ee0c312.zip | |
Merge #7707: [RPC][QT] UI support for abandoned transactions
8efed3b [Qt] Support for abandoned/abandoning transactions (Jonas Schnelli)
Diffstat (limited to 'src/Makefile.qt.include')
| -rw-r--r-- | src/Makefile.qt.include | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.qt.include b/src/Makefile.qt.include index 357e4c47f..8443fe697 100644 --- a/src/Makefile.qt.include +++ b/src/Makefile.qt.include @@ -268,7 +268,8 @@ RES_ICONS = \ qt/res/icons/tx_output.png \ qt/res/icons/tx_mined.png \ qt/res/icons/warning.png \ - qt/res/icons/verify.png + qt/res/icons/verify.png \ + qt/res/icons/transaction_abandoned.png BITCOIN_QT_CPP = \ qt/bantablemodel.cpp \ |