http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/src/e025f2704fca8dfb9ea49126b489fd852d944ee7/mmgen/tx/info.py
\n') enl = ('\n', '')[bool(terse)] yield enl if tx.comment: yield f' Comment: {tx.comment.hl()}\n{enl}' yield self.format_body( blockcount, nonmm_str, max_mmwid, enl, terse = terse, sort = sort) iwidth = len(str(int(tx.sum_inputs()))) yield self.txinfo_ftr_fs.format( i = tx.sum_inputs().fmt(iwidth, color=True), o = tx.sum_outputs().fmt(iwidth, color=True), C = tx.change.fmt(iwidth, color=True), s = tx.send_amt.fmt(iwidth, color=True), a = self.format_abs_fee(iwidth, color=True), r =...