Exemplo n.º 1
0
 public void SendPiece(PeerHash peer, BlockIndex block, DataBlock payload)
 {
     service.SendPiece(peer, block, payload);
 }