예제 #1
0
 private void OnHashTxReceived(string tx)
 {
     //Need to slow it down a bit
     if (_lastUpdated.AddSeconds(5) < DateTime.Now)
     {
         _lastUpdated = DateTime.Now;
         _payoutManager.ProcessTransferRequests();
         _lastUpdated = DateTime.Now;
     }
 }