示例#1
0
        public static bool GetBestBlockHash()
        {
            Console.WriteLine("Starting GetBestBlockHash tests...");

            Console.WriteLine("GetBestBlockHash: " + Bitcoind.GetBestBlockHash());

            return(true);
        }