예제 #1
0
파일: Coin.cs 프로젝트: Creepsky/creepHash
 public bool IsMinableWith(Miner miner) => miner.Algorithms.Contains(Algorithm);