Files
bitcoin/src/test/fuzz/asmap.cpp
Fabian Jahr cf4943fdcd refactor: Use span instead of vector for data in util/asmap
This prevents holding the asmap data in memory twice.

The version hash changes due to spans being serialized without their size-prefix (unlike vectors).
2026-01-20 23:59:41 +01:00

1.7 KiB