eosnetworkfoundation/mandel.cdt

Fix build issue where variants no longer part of abi struct

Closed this issue · 1 comments

Looks like in a recent commit to remove tools (commit: a43f6a8) variants was removed from the abi struct, but not all references to it in abigen.hpp causing build to fail.

Reinstating variants as part of abi struct.

@oschwaldp-oci that was my fault. Can you add back the line std::set<abi_variant> to the ABI struct? And open a different PR?