lib/zold/commands/fetch.rb in zold-0.29.27 vs lib/zold/commands/fetch.rb in zold-0.29.28

- old
+ new

@@ -136,10 +136,10 @@ raise NoQuorum, "There were not enough nodes, the required quorum is #{opts['tolerate-quorum']}; \ run 'zold remote update' or use --tolerate-quorum=1" end end @log.info("#{done.value} copies of #{id} fetched in #{Age.new(start)} with the total score of \ -#{total.value} from #{nodes.value} nodes (#{masters.value} master nodes)") +#{total.value} from #{nodes.value - masters.value}+#{masters.value}m nodes") list = cps.all.map do |c| " ##{c[:name]}: #{c[:score]} #{c[:total]}n #{Wallet.new(c[:path]).mnemo} \ #{Size.new(File.size(c[:path]))}/#{Age.new(File.mtime(c[:path]))}#{c[:master] ? ' master' : ''}" end @log.debug("#{cps.all.count} local copies of #{id}:\n#{list.join("\n")}")