We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bad2792 commit fbe66baCopy full SHA for fbe66ba
app/lib/page-encointer/democracy/widgets/proposal_tile.dart
@@ -174,7 +174,7 @@ class _ProposalTileState extends State<ProposalTile> {
174
case Ongoing:
175
final proposalLifetime = Duration(milliseconds: widget.params.proposalLifetime.toInt());
176
if (proposal.isOlderThan(proposalLifetime)) {
177
- // confirmation time has passed
+ // Proposal lifetime has passed; proposal has expired.
178
return SizedBox(
179
height: 50,
180
width: 60,
0 commit comments