Skip to content

Commit 885648c

Browse files
committed
[faucet] better doc
1 parent b9c2877 commit 885648c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/lib/page/profile/account/account_manage_page.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class _AccountManagePageState extends State<AccountManagePage> {
5454
Future<void> _init() async {
5555
final allFaucets = await webApi.encointer.getAllFaucetsWithAccount();
5656

57-
// show faucets we have reputation for and faucets of the currently selected cid.
57+
// show faucets we have reputation for and faucets for `chosenCid`.
5858
final relevantCids = _appStore.encointer.account!.reputations.values.map((e) => e.communityIdentifier).toSet()
5959
..add(_appStore.encointer.chosenCid!);
6060

0 commit comments

Comments
 (0)