lib/zold/stress/pool.rb in zold-stress-0.5.1 vs lib/zold/stress/pool.rb in zold-stress-0.5.2

- old
+ new

@@ -36,10 +36,10 @@ # License:: MIT module Zold::Stress # Pool of wallets. class Pool def initialize(wallets:, remotes:, copies:, stats:, opts:, - log: Zold::Log::Quiet.new, vlog: Zold::Log::Quiet.new) + log: Zold::Log::NULL, vlog: Zold::Log::NULL) @wallets = wallets @remotes = remotes @copies = copies @log = log @vlog = vlog