@ -220,7 +220,7 @@ public:
/// Rewind to a prior head.
void rewind(unsigned _n) { m_bc.rewind(_n); }
/// Rescue the chain.
void rescue() { m_bc.rescue(m_stateDB); }
void rescue() { stopWorking(); m_bc.rescue(m_stateDB); }
protected:
/// InterfaceStub methods