diff options
author | Jonas Schnelli <dev@jonasschnelli.ch> | 2016-04-04 09:58:24 +0200 |
---|---|---|
committer | Jonas Schnelli <dev@jonasschnelli.ch> | 2016-04-04 09:58:33 +0200 |
commit | a9149688f87cb790a600400abd9af72c3ee0c312 (patch) | |
tree | c3fbf2c496828a7361b7b690fb54079a9d75f476 /src/Makefile.qt.include | |
parent | e662a76288011fe6a640f1c02c2381284ad93a03 (diff) | |
parent | 8efed3bc93a15fc715fd4f3cca50f44685872b5e (diff) |
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 357e4c47ff..8443fe697b 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 \ |