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 af844b2 commit acb62c3Copy full SHA for acb62c3
rs/nns/governance/src/lib.rs
@@ -195,9 +195,9 @@ pub const DEFAULT_VOTING_POWER_REFRESHED_TIMESTAMP_SECONDS: u64 = 1725148800;
195
// leave this here indefinitely, but it will just be clutter after a modest
196
// amount of time.
197
thread_local! {
198
-
+ // TODO(NNS1-3601): Delete these (assuming all goes well, ofc) in mid March.
199
+ // There is already a draft PR for this.
200
static IS_VOTING_POWER_ADJUSTMENT_ENABLED: Cell<bool> = const { Cell::new(true) };
201
static IS_PRUNE_FOLLOWING_ENABLED: Cell<bool> = const { Cell::new(true) };
202
203
static ALLOW_ACTIVE_NEURONS_IN_STABLE_MEMORY: Cell<bool> = const { Cell::new(true) };
0 commit comments