Eros: try to resolve fake TBR alert
This commit is contained in:
parent
c3959aa9a7
commit
4cea57acf6
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ public abstract class ErosPodStateManager {
|
||||||
}
|
}
|
||||||
|
|
||||||
public final void discardState() {
|
public final void discardState() {
|
||||||
this.podState = null;
|
this.podState = new PodState(this.podState.address);
|
||||||
storePodState();
|
storePodState();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue