Skip to content

Commit acb62c3

Browse files
docs(nns): Added a TODO with Jira ticket ID about the demise of refresh neuron flags. (dfinity#3783)
This just adds a small comment.
1 parent af844b2 commit acb62c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rs/nns/governance/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,9 @@ pub const DEFAULT_VOTING_POWER_REFRESHED_TIMESTAMP_SECONDS: u64 = 1725148800;
195195
// leave this here indefinitely, but it will just be clutter after a modest
196196
// amount of time.
197197
thread_local! {
198-
198+
// TODO(NNS1-3601): Delete these (assuming all goes well, ofc) in mid March.
199+
// There is already a draft PR for this.
199200
static IS_VOTING_POWER_ADJUSTMENT_ENABLED: Cell<bool> = const { Cell::new(true) };
200-
201201
static IS_PRUNE_FOLLOWING_ENABLED: Cell<bool> = const { Cell::new(true) };
202202

203203
static ALLOW_ACTIVE_NEURONS_IN_STABLE_MEMORY: Cell<bool> = const { Cell::new(true) };

0 commit comments

Comments
 (0)