add Nim bug reference

This commit is contained in:
Etan Kissling 2024-07-26 01:54:59 +02:00
parent f9624b5e69
commit 97117eb769
No known key found for this signature in database
GPG Key ID: B21DA824C5A3D03D
1 changed files with 1 additions and 0 deletions

View File

@ -398,6 +398,7 @@ template withForkyBlckAndBlobs(
# Nim 2.0.8: `forks.BlobSidecars(blobFork)` does not work here: # Nim 2.0.8: `forks.BlobSidecars(blobFork)` does not work here:
# > type mismatch: got 'BlobFork' for 'blobFork`gensym15' # > type mismatch: got 'BlobFork' for 'blobFork`gensym15'
# but expected 'BlobSidecars' # but expected 'BlobSidecars'
# https://github.com/nim-lang/Nim/issues/23893
when blobFork == BlobFork.Deneb: when blobFork == BlobFork.Deneb:
var fBlobs: deneb.BlobSidecars var fBlobs: deneb.BlobSidecars
for blob in blobs.get: for blob in blobs.get: