mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: expose InvalidTxError in BlockExecutionError (#14597)
This commit is contained in:
@ -67,8 +67,8 @@ mod size_asserts {
|
||||
};
|
||||
}
|
||||
|
||||
static_assert_size!(RethError, 56);
|
||||
static_assert_size!(BlockExecutionError, 56);
|
||||
static_assert_size!(RethError, 64);
|
||||
static_assert_size!(BlockExecutionError, 64);
|
||||
static_assert_size!(ConsensusError, 48);
|
||||
static_assert_size!(DatabaseError, 32);
|
||||
static_assert_size!(ProviderError, 48);
|
||||
|
||||
Reference in New Issue
Block a user