Exemplo n.º 1
0
 public override void OnChainDownloadStarted(Peer peer, int blocksLeft)
 {
     StartDownload(blocksLeft);
     _originalBlocksLeft = blocksLeft;
 }
Exemplo n.º 2
0
 internal GetDataFuture(Peer enclosing, InventoryItem item)
 {
     _enclosing = enclosing;
     _item      = item;
     _latch     = new CountDownLatch(1);
 }