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