Skip to content
  • Iustin Pop's avatar
    Remove cfg and sstore parameters to HooksMaster · f97a6b10
    Iustin Pop authored
    The HooksMaster class doesn't use the cfg parameter, and it's better to
    use it from the LU anyway (if needed). Let's remove it.
    
    Also, the sstore of the LU can be fresher than the sstore we got at init
    time, so use that instead and remove our own.
    
    Reviewed-by: imsnah
    f97a6b10