• Kelvin Fichter's avatar
    fix(fd): use correct fn for getTotalElements · f9b579d5
    Kelvin Fichter authored
    Fault detector was using L2OutputOracle.latestOutputIndex() to query the
    total number of outputs submitted, which was off by one. Correct
    function is L2OutputOracle.nextOutputIndex(). Caused crashes of the
    fault detector on startup if no outputs had been submitted to the L2OO
    yet.
    f9b579d5
Name
Last commit
Last update
..
helpers.ts Loading commit data...
index.ts Loading commit data...
service.ts Loading commit data...