Exemple #1
0
        public static bool GetPeerInfo()
        {
            Console.WriteLine("Starting GetPeerInfo tests...");

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

            return(true);
        }