Ejemplo n.º 1
0
 private bool IsCounterIsMining(DelayedCounter counter)
 {
     return(counter.SecondsRemaining > 0);
 }
Ejemplo n.º 2
0
 private bool IsCounterAvailableForActivate(DelayedCounter counter, decimal currentFunds)
 {
     return(counter.UnlockValue <= currentFunds);
 }