From dddd05e7a3389fcbd90bb4acdfe1f59945d9f381 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Fri, 14 Jan 2022 11:48:22 +0100 Subject: qt: Treat unconfirmed txs as unconfirmed --- src/qt/guiconstants.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/qt/guiconstants.h') diff --git a/src/qt/guiconstants.h b/src/qt/guiconstants.h index 1adcd5b6b9..fcdf6056c9 100644 --- a/src/qt/guiconstants.h +++ b/src/qt/guiconstants.h @@ -33,8 +33,6 @@ static const bool DEFAULT_SPLASHSCREEN = true; #define COLOR_NEGATIVE QColor(255, 0, 0) /* Transaction list -- bare address (without label) */ #define COLOR_BAREADDRESS QColor(140, 140, 140) -/* Transaction list -- TX status decoration - open until date */ -#define COLOR_TX_STATUS_OPENUNTILDATE QColor(64, 64, 255) /* Transaction list -- TX status decoration - danger, tx needs attention */ #define COLOR_TX_STATUS_DANGER QColor(200, 100, 100) /* Transaction list -- TX status decoration - default color */ -- cgit v1.2.3