Enumerate through variants

This commit is contained in:
pscott
2021-04-15 16:13:42 +02:00
parent 9e6610c56a
commit 9876999b8d
2 changed files with 8 additions and 7 deletions

View File

@@ -55,10 +55,7 @@ typedef enum rlpTxField_e {
// EIP 2718 TransactionType
typedef enum txType_e {
MIN_TX_TYPE,
LEGACY_TX,
BERLIN_TX,
MAX_TX_TYPE,
} txType_e;
typedef enum parserStatus_e {