`CommitTransaction` logs a string-serialized version of the transaction. The outputs were still shown in BCHA units. Fix it to show XEC amounts instead.
Note that this serialization code duplicates the `FormatMoney` function, but `FormatMoney` also needs to account for the `-ecash` argument, and we don't want to pull `ArgsManager` into `libbitcoinconsensus`.