lib/zold/commands/push.rb in zold-0.13.46 vs lib/zold/commands/push.rb in zold-0.14.0

- old
+ new

@@ -96,10 +96,10 @@ json = JsonPage.new(response.body).to_hash score = Score.parse_json(json['score']) r.assert_valid_score(score) r.assert_score_ownership(score) r.assert_score_strength(score) unless opts['ignore-score-weakness'] - @log.info("#{r} accepted #{content.length}b/#{wallet.txns.count}t of #{wallet.id} \ + @log.info("#{r} accepted #{content.length}b/#{wallet.digest[0, 6]}/#{wallet.txns.count}t of #{wallet.id} \ in #{(Time.now - start).round(2)}s: #{Rainbow(score.value).green} (#{json['version']})") score.value end end end