lib/zold/commands/routines/spread.rb in zold-0.16.27 vs lib/zold/commands/routines/spread.rb in zold-0.16.28

- old
+ new

@@ -31,10 +31,10 @@ module Zold # Routines module module Routines # Spread them class Spread - def initialize(opts, wallets, remotes, log: Log::Quiet.new) + def initialize(opts, wallets, remotes, log: Log::NULL) @opts = opts @wallets = wallets @remotes = remotes @log = log end