lib/zold/commands/pay.rb in zold-0.16.12 vs lib/zold/commands/pay.rb in zold-0.16.13

- old
+ new

@@ -113,10 +113,10 @@ txn = from.sub(amount, invoice, key, details) @log.debug("#{amount} sent from #{from} to #{txn.bnf}: #{details}") @log.debug("Don't forget to do 'zold push #{from}'") @log.info(txn.id) tax = Tax.new(from) - @log.info("The tax debt of #{from.memo} is #{tax.debt} \ + @log.info("The tax debt of #{from.mnemo} is #{tax.debt} \ (#{tax.in_debt? ? 'too high' : 'still acceptable'})") txn end end end