diff options
author | Jonas Schnelli <dev@jonasschnelli.ch> | 2016-03-17 17:54:54 +0100 |
---|---|---|
committer | Jonas Schnelli <dev@jonasschnelli.ch> | 2016-04-04 09:25:34 +0200 |
commit | 8efed3bc93a15fc715fd4f3cca50f44685872b5e (patch) | |
tree | d25414acbb18118519aab29ae23e6339fc8553ff /src/Makefile.qt.include | |
parent | b35a59179359709df21eb026d35f4124ce90fbd1 (diff) |
[Qt] Support for abandoned/abandoning transactions
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 ca4e1e70d0..247ca3f1d4 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 \ |