Increase size of V

This commit is contained in:
pscott
2021-08-27 14:47:59 +02:00
parent 89eba39c63
commit f2ff741767
23 changed files with 317 additions and 4 deletions

View File

@@ -126,7 +126,7 @@ typedef struct txContent_t {
txInt256_t chainID;
uint8_t destination[ADDRESS_LENGTH];
uint8_t destinationLength;
uint8_t v[4];
uint8_t v[8];
uint8_t vLength;
bool dataPresent;
} txContent_t;