Skip to content

Commit

Permalink
#81 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 13, 2018
1 parent b1ab990 commit 0ca2e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objects/ops.rb
Expand Up @@ -82,7 +82,7 @@ def pay(keygap, bnf, amount, details)
File.write(f, @item.key(keygap))
require 'zold/commands/pay'
Zold::Pay.new(wallets: @wallets, remotes: @remotes, log: @log).run(
['pay', '--private-key=' + f.path, id.to_s, bnf.to_s, amount.to_zld(8), details, '--force']
['pay', '--private-key=' + f.path, id.to_s, bnf.to_s, amount.to_zld(8), details]
)
end
require 'zold/commands/propagate'
Expand Down

0 comments on commit 0ca2e23

Please sign in to comment.