Exemplo n.º 1
0
 private void SetSyncState()
 {
     currentState.Diff  = client.GetDifficulty().pos;
     currentState.CurBH = client.GetBlockCount();
     settingsRepository.SetSyncState(currentState);
 }