switch Nim issue reference to still-open non-dup of issue (#5314)

This commit is contained in:
tersec 2023-08-18 08:13:31 +00:00 committed by GitHub
parent 5b879e3bc2
commit 38b1bafd87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ func aggregateSubnets*(tracker: ActionTracker, wallSlot: Slot): AttnetBits =
res[duty.subnet_id.int] = true
res
# TODO https://github.com/nim-lang/Nim/issues/22215 keeps from stabilitySubnets
# TODO https://github.com/nim-lang/Nim/issues/12172 keeps from stabilitySubnets
const allSubnetBits = block:
var res: AttnetBits
for i in 0..<res.len: res[i] = true