Update confirmed we can check resolve the wallets ability to fulfill bids and asks

This commit is contained in:
Lev
2021-06-12 22:41:36 -05:00
parent 8f47d171f0
commit 3d53f23897
2 changed files with 0 additions and 1 deletions

View File

@ -143,7 +143,6 @@ void MerkelMain::enterBid()
void MerkelMain::printWallet()
{
std::cout << "Your wallet is empty. " << std::endl;
std::cout << wallet.toString() << std::endl;
}