mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-18 02:07:43 +00:00
"Bitcoin"->"Bitcoin Cash"
This commit is contained in:
parent
19a968472b
commit
fe707ac381
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ class _MoreFeaturesDialogState extends ConsumerState<MoreFeaturesDialog> {
|
|||
if (manager.hasFusionSupport)
|
||||
_MoreFeaturesItem(
|
||||
label: "CashFusion",
|
||||
detail: "Decentralized Bitcoin mixing protocol",
|
||||
detail: "Decentralized Bitcoin Cash mixing protocol",
|
||||
iconAsset: Assets.svg.robotHead,
|
||||
onPressed: () => widget.onFusionPressed?.call(),
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue