コード例 #1
0
ファイル: Examples.cs プロジェクト: twistys01/MonoBitcoind
        public static bool KeyPoolRefill()
        {
            Console.WriteLine("Starting KeyPoolRefill tests...");

            Bitcoind.KeyPoolRefill();

            return(true);
        }