Ejemplo n.º 1
0
        public static async Task FlushAll()
        {
            await Mempool.Flush();

            await Peers.Flush();
        }