We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9c2877 commit 885648cCopy full SHA for 885648c
app/lib/page/profile/account/account_manage_page.dart
@@ -54,7 +54,7 @@ class _AccountManagePageState extends State<AccountManagePage> {
54
Future<void> _init() async {
55
final allFaucets = await webApi.encointer.getAllFaucetsWithAccount();
56
57
- // show faucets we have reputation for and faucets of the currently selected cid.
+ // show faucets we have reputation for and faucets for `chosenCid`.
58
final relevantCids = _appStore.encointer.account!.reputations.values.map((e) => e.communityIdentifier).toSet()
59
..add(_appStore.encointer.chosenCid!);
60
0 commit comments