mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-15 16:12:16 +00:00
fix duplicate assignment
This commit is contained in:
parent
98d77621b2
commit
5452598064
1 changed files with 0 additions and 5 deletions
|
@ -201,11 +201,6 @@ class _ReceiveViewState extends ConsumerState<ReceiveView> {
|
|||
wallet.supportedAddressTypes.length > 1);
|
||||
}
|
||||
|
||||
_showMultiType = _supportsSpark ||
|
||||
(wallet is! BCashInterface &&
|
||||
wallet is Bip39HDWallet &&
|
||||
wallet.supportedAddressTypes.length > 1);
|
||||
|
||||
_walletAddressTypes.add(wallet.info.mainAddressType);
|
||||
|
||||
if (_showMultiType) {
|
||||
|
|
Loading…
Reference in a new issue