diff options
| author | Jonas Schnelli <[email protected]> | 2016-03-17 17:54:54 +0100 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2016-04-04 09:25:34 +0200 |
| commit | 8efed3bc93a15fc715fd4f3cca50f44685872b5e (patch) | |
| tree | d25414acbb18118519aab29ae23e6339fc8553ff /src/qt/guiconstants.h | |
| parent | Merge #7558: [RPC] Add import/removeprunedfunds rpc call (diff) | |
| download | discoin-8efed3bc93a15fc715fd4f3cca50f44685872b5e.tar.xz discoin-8efed3bc93a15fc715fd4f3cca50f44685872b5e.zip | |
[Qt] Support for abandoned/abandoning transactions
Diffstat (limited to 'src/qt/guiconstants.h')
| -rw-r--r-- | src/qt/guiconstants.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/guiconstants.h b/src/qt/guiconstants.h index 5ceffcd70..4b2c10dd4 100644 --- a/src/qt/guiconstants.h +++ b/src/qt/guiconstants.h @@ -29,6 +29,8 @@ static const bool DEFAULT_SPLASHSCREEN = true; #define COLOR_TX_STATUS_OPENUNTILDATE QColor(64, 64, 255) /* Transaction list -- TX status decoration - offline */ #define COLOR_TX_STATUS_OFFLINE QColor(192, 192, 192) +/* 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 */ #define COLOR_BLACK QColor(0, 0, 0) |