Description
The _entrypoint in BaseFlasher is keccak256(abi.encode(data))
Recommendation
Remove abi.encode and set it as keccak256(data)
Status
Addressed here: Fujicracy/fuji-v2#614
Description
The _entrypoint in BaseFlasher is keccak256(abi.encode(data))
Recommendation
Remove abi.encode and set it as keccak256(data)
Status
Addressed here: Fujicracy/fuji-v2#614