You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
After some more investigation I'm firmly confident that the compiler error most likely occurs due to alias ecc_public_key is of type std::array. If I change the type to std::vector<uint8_t> it compiles.
I'm getting
eosio tool internal error
when trying to compile following eosio::table struct:The text was updated successfully, but these errors were encountered: