mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-25 08:38:45 +00:00
hasWhirlpoolSupport->hasOrdinalsSupport
This commit is contained in:
parent
5f604eba3c
commit
c44623a8ea
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ class _DesktopWalletFeaturesState extends ConsumerState<DesktopWalletFeatures> {
|
||||||
manager.coin == Coin.firoTestNet ||
|
manager.coin == Coin.firoTestNet ||
|
||||||
manager.hasWhirlpoolSupport ||
|
manager.hasWhirlpoolSupport ||
|
||||||
manager.coin == Coin.banano ||
|
manager.coin == Coin.banano ||
|
||||||
manager.hasWhirlpoolSupport;
|
manager.hasOrdinalsSupport;
|
||||||
return Row(
|
return Row(
|
||||||
children: [
|
children: [
|
||||||
if (Constants.enableExchange)
|
if (Constants.enableExchange)
|
||||||
|
|
Loading…
Reference in a new issue