Exemplo n.º 1
0
 public void When_finding_by_hash_block_info_is_not_loaded()
 {
     _syncServer.Find(TestItem.KeccakA);
     _blockTree.Received().FindBlock(Arg.Any <Keccak>(), BlockTreeLookupOptions.TotalDifficultyNotNeeded);
 }