From a861b1dd0ab412ee87070e971999401fe6082aa7 Mon Sep 17 00:00:00 2001 From: jeronimoalbi Date: Thu, 30 Jan 2025 16:18:41 +0100 Subject: [PATCH] chore: add TODO comment --- examples/gno.land/r/nt/boards2/flag.gno | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/gno.land/r/nt/boards2/flag.gno b/examples/gno.land/r/nt/boards2/flag.gno index e5744211ddf..902f6263b32 100644 --- a/examples/gno.land/r/nt/boards2/flag.gno +++ b/examples/gno.land/r/nt/boards2/flag.gno @@ -5,6 +5,7 @@ import ( "strconv" ) +// TODO: We should allow changing the threshold, also support value per board const flagThreshold = 1 type Flag struct {