lib/zold/stress/pmnts.rb in zold-stress-0.5.3 vs lib/zold/stress/pmnts.rb in zold-stress-0.6.0
- old
+ new
@@ -74,10 +74,10 @@
def pay_one(source, target, amount, pvt)
Zold::Taxes.new(wallets: @wallets, remotes: @remotes, log: @vlog).run(
[
'taxes', 'pay', source.to_s, "--network=#{@opts['network']}",
- "--private-key=#{pvt}", '--ignore-nodes-absence'
+ "--private-key=#{pvt}", '--ignore-nodes-absence', '--skip-propagate'
]
)
if @wallets.acq(source) { |w| Zold::Tax.new(w).in_debt? }
@log.error("The wallet #{source} is in debt and we can't pay taxes")
return