Ejemplo n.º 1
0
        private void DoCashout()
        {
            var coRes = _spi.InitiateCashoutOnlyTx("launder-" + DateTime.Now.ToString("dd-MM-yyyy-HH-mm-ss"), int.Parse(_retryCmd[1]));

            if (!coRes.Initiated)
            {
                Console.WriteLine($"# Could not initiate cashout: {coRes.Message}. Please Retry.");
            }
        }