Esempio n. 1
0
        public async Task Get_Blocks_ReturnEmpty()
        {
            var result = await _fullBlockchainService.GetBlocksInBestChainBranchAsync(Hash.FromString("not exist"), 3);

            result.Count.ShouldBe(0);
        }