Exemplo n.º 1
0
        public static bool GetBlockHash()
        {
            Console.WriteLine("Starting GetBlockHash tests...");

            Console.WriteLine("GetBlockHash: " + Bitcoind.GetBlockHash("0"));

            return(true);
        }