We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f1373 commit b00301dCopy full SHA for b00301d
lib/widgets/wallet/roast_group/tabs/request_dkg_tab.dart
@@ -34,7 +34,7 @@ class RequestDkgTab extends StatelessWidget {
34
NewDkgDetails(
35
name: _nameController.text,
36
description: _descriptionController.text,
37
- threshold: 2,
+ threshold: int.parse(_thresholdController.text),
38
expiry: Expiry(const Duration(days: 1)),
39
),
40
);
0 commit comments