We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba32228 commit 69de864Copy full SHA for 69de864
category/execution/monad/chain/monad_chain.hpp
@@ -49,6 +49,9 @@ struct MonadChainContext
49
std::vector<std::vector<std::optional<Address>>> const &authorities;
50
};
51
52
+static_assert(sizeof(MonadChainContext) == 40);
53
+static_assert(alignof(MonadChainContext) == 8);
54
+
55
struct MonadChain : Chain
56
{
57
virtual evmc_revision
0 commit comments