Update changed enterAsk text

This commit is contained in:
Lev
2021-06-11 14:24:50 -05:00
parent 463a50b106
commit 8792d8e51d

View File

@ -73,7 +73,7 @@ void MerkelMain::printMarketStats()
void MerkelMain::enterAsk()
{
std::cout << "Make an ask - enter the amount (product, price, amount. e.g. 'ETH/BTC, 200, 0.5)': " << std::endl;
std::cout << "Make an ask - enter the amount (product, price, amount. e.g. 'ETH/BTC, 200, 0.5'): " << std::endl;
std::string input;
//std::cin.ignore(std::numeric_limits<std::streamsize>::max(), '\n');
std::getline(std::cin, input);