ChainSafe/chainbridge-solidity

Generic Handler does not use handler helpers

steviezhang opened this issue · 1 comments

Have the Generic Handler use the Handler Helper

Changing the generic handler to user the handler helpers or integrating the generic resource into the handler helpers ultimately resulted in an increase of contract size, rendering this an undesirable change. Simply un-inlining the modifers was sufficient to reduce contract size and is included in #167