MCPcopy Create free account
hub / github.com/EvoMap/evolver / resetBackoff

Function resetBackoff

src/gep/validator/stakeBootstrap.js:164–167  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

162}
163
164function resetBackoff() {
165 _state.transientFailures = 0;
166 _state.fundsFailures = 0;
167}
168
169function pickDelay(kind) {
170 if (kind === 'transient') {

Callers 1

ensureValidatorStakeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected