shorten transaction

This commit is contained in:
2026-04-15 18:46:00 +02:00
parent 1c1d8c5341
commit 258ca9474f
3 changed files with 7 additions and 9 deletions

View File

@@ -44,7 +44,6 @@ typedef struct {
#pragma pack(pop)
typedef struct {
uint8_t txHash[32];
uint8_t signature[64]; // Signature of the hash
} transaction_sig_t;