Skip to content

Commit

Permalink
Enable Catalyst voting registration on Flight
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaglumac committed Jun 2, 2021
1 parent bad283b commit 22ea737
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ Changelog

### Features

- Enabled Catalyst voting registration on Mainnet and Flight builds

## 4.1.0-FC1

### Features

- Integrated cardano-wallet Api native tokens decimal places value ([PR 2577](https://github.com/input-output-hk/daedalus/pull/2577))
- Added address verification for "Trezor" hardware wallet devices ([PR 2558](https://github.com/input-output-hk/daedalus/pull/2558))
- Added address verification for "Ledger" hardware wallet devices ([PR 2282](https://github.com/input-output-hk/daedalus/pull/2282))
Expand Down
2 changes: 1 addition & 1 deletion source/renderer/app/stores/SidebarStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default class SidebarStore extends Store {
[categories.STAKING_DELEGATION_COUNTDOWN.name]: false,
[categories.STAKING.name]: true,
[categories.SETTINGS.name]: true,
[categories.VOTING.name]: (isMainnet && !isFlight) || isDev,
[categories.VOTING.name]: isMainnet || isDev,
[categories.NETWORK_INFO.name]:
isFlight || isIncentivizedTestnet || isShelleyTestnet,
};
Expand Down

0 comments on commit 22ea737

Please sign in to comment.