Wo-m / up-client

0 stars 0 forks source link

Fixes #8

Closed Wo-m closed 2 months ago

Wo-m commented 2 months ago

various small fixes

  1. map tag was assigning BIG incorrectly
  2. reading inputs only read one word at a time due to cin >> input, now using getline(cin, input)
  3. renamed stats menu -> list transactions. just makes more sense