update storage

This commit is contained in:
2026-04-01 15:01:25 +02:00
parent 06e6f02b86
commit dfea98aee2
3 changed files with 122 additions and 42 deletions

View File

@@ -8,6 +8,7 @@
#include <stdbool.h>
#include <string.h>
#include <uint256.h>
#include <storage/block_table.h>
typedef struct {
DynArr* blocks;