Skip to content

Commit

Permalink
#424 ignore absence
Browse files Browse the repository at this point in the history
  • Loading branch information
davvd committed Jun 26, 2023
1 parent 80f1360 commit 09f7c57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ gem 'upwork-api', '1.3.5'
gem 'webmock', '3.18.1', require: false
gem 'xcop', '0.7.1'
gem 'zache', '>=0.12.0'
gem 'zold', '0.31.4'
gem 'zold', '0.31.5'
3 changes: 3 additions & 0 deletions objects/ops.rb
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ def pay_taxes(keygap)
'pay',
"--network=#{@network}",
'--ignore-score-weakness',
'--ignore-nodes-absence',
'--ignore-score-size',
'--private-key=' + f.path,
id.to_s
]
Expand Down Expand Up @@ -180,6 +182,7 @@ def pay(keygap, bnf, amount, details)
'pay',
"--network=#{@network}",
'--ignore-score-weakness',
'--ignore-nodes-absence',
'--ignore-score-size',
'--private-key=' + f.path,
id.to_s,
Expand Down

0 comments on commit 09f7c57

Please sign in to comment.