This commit is contained in:
2026-04-03 16:08:33 +02:00
parent ae64bb9dfc
commit 7aafaa4196

View File

@@ -22,7 +22,7 @@ typedef struct {
typedef struct { typedef struct {
block_header_t header; block_header_t header;
DynArr* transactions; // Array of signed_transaction_t DynArr* transactions; // Array of signed_transaction_t, NOTE: Potentially move to a hashmap at some point for quick lookups.
} block_t; } block_t;
block_t* Block_Create(); block_t* Block_Create();