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