Minor issue but it fixes the incompleteness of the interface.
Closes: #9
Updates core/IFuseFeeDistributor interface as it is currently incomplete.
The interface generator automatically uses memory instead of calldata upon constructing the interface which is incorrect.
Perhaps there is a way of adding that information to the generated ABI so that the interfaces can be reconstructed correctly.
Minor issue but it fixes the incompleteness of the interface.
Closes: #9
Updates
core/IFuseFeeDistributor
interface as it is currently incomplete.The interface generator automatically uses
memory
instead ofcalldata
upon constructing the interface which is incorrect. Perhaps there is a way of adding that information to the generated ABI so that the interfaces can be reconstructed correctly.