diff options
| author | Ross Nicoll <[email protected]> | 2018-02-04 16:41:39 +0000 |
|---|---|---|
| committer | Ross Nicoll <[email protected]> | 2019-03-25 05:36:12 +0000 |
| commit | 443b058a770db001eab3bb81e1347b9756aee56a (patch) | |
| tree | 41131256c4dd8b555188f988ff58418f13a70c71 /src | |
| parent | Add dogechain and chain.so as default block explorers (diff) | |
| download | discoin-443b058a770db001eab3bb81e1347b9756aee56a.tar.xz discoin-443b058a770db001eab3bb81e1347b9756aee56a.zip | |
Update Gitian descriptors and keys (#1455)
* Replace Gitian keys - Note I've removed Leofidus' key due to inactivity, and added a weight of 20
to whit's key.
* Replace Bitcoin with Dogecoin in Gitian descriptors
* Fix Makefile refrence to bash-completion files
* Rename remaining bash-completion files
* Add wallet_bgcoin to Qt Makefile
* Add PureHeader sources to libdogecoinconsensus
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.qt.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.qt.include b/src/Makefile.qt.include index 7736cc04b..723e29dc5 100644 --- a/src/Makefile.qt.include +++ b/src/Makefile.qt.include @@ -293,6 +293,7 @@ RES_ICONS = \ qt/res/icons/tx_input.png \ qt/res/icons/tx_output.png \ qt/res/icons/tx_mined.png \ + qt/res/icons/wallet_bgcoin.png \ qt/res/icons/warning.png \ qt/res/icons/verify.png |