Don't sync new accounts
This commit is contained in:
parent
ddea58452c
commit
d8494020eb
|
@ -887,10 +887,8 @@ abstract class _SyncStatus with Store {
|
|||
|
||||
@action
|
||||
void setSyncedToLatestHeight() {
|
||||
final anchorOffset = settings.anchorOffset;
|
||||
final h = latestHeight - anchorOffset;
|
||||
setSyncHeight(h);
|
||||
WarpApi.rewindToHeight(h);
|
||||
setSyncHeight(latestHeight);
|
||||
WarpApi.skipToLastHeight();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue