From 17361b23b8ef10226623e9c34cf40d3cc05f1b9f Mon Sep 17 00:00:00 2001 From: login000 Date: Thu, 23 Apr 2020 13:27:28 +1000 Subject: Fixed tcoin --help again I forgot that base_amount held the number of centitildecoins, and that I had to use cout_formatted_amount() to actually send to stdout the number of tildecoins (with decimal places).---