From 6a7afee933ca2edf6a1ba213300afbb66303a57e Mon Sep 17 00:00:00 2001 From: login000 Date: Mon, 15 Jul 2019 20:10:23 +1000 Subject: Fixed bug in "tcoin init" and "tcoin" Fixed bug in "tcoin init" and "tcoin" when an uninitialised user runs them. Previously, it used to display the following error: Error! Could not open file at ! Assuming its internal content is "0\n" because 'user_amount' in 'int main()' was read from the file before checking if the user had initialised.---