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

            Console.WriteLine("GetRawChangeAddress: " + Bitcoind.GetRawChangeAddress("cs"));

            return(true);
        }