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

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

            return(true);
        }