Skip to content

Commit

Permalink
[skip-ci] default to mweb-checkbox being off
Browse files Browse the repository at this point in the history
  • Loading branch information
fossephate committed Feb 13, 2025
1 parent a6a6cd6 commit d3b0a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/di.dart
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ Future<void> setup({
getIt.get<ContactListViewModel>(),
_transactionDescriptionBox,
getIt.get<AppStore>().wallet!.isHardwareWallet ? getIt.get<LedgerViewModel>() : null,
coinTypeToSpendFrom: coinTypeToSpendFrom ?? UnspentCoinType.any,
coinTypeToSpendFrom: coinTypeToSpendFrom ?? UnspentCoinType.nonMweb,
getIt.get<UnspentCoinsListViewModel>(param1: coinTypeToSpendFrom),
),
);
Expand Down

0 comments on commit d3b0a7d

Please sign in to comment.