Sha256: 6f61f553f6321f6d46954319b0316100acbdd61a25e789aa3131368a771b93b4

Contents?: true

Size: 329 Bytes

Versions: 10

Compression:

Stored size: 329 Bytes

Contents

module Bitbot::Txfee
  def on_txfee(m)
  m.user.msg "The transaction fee is set at #{satoshi_to_str(withdrawal_fee)} BTC. This will also be added to any withdrawal request."
  m.user.msg "This will allow your transaction to be relayed by miners much faster and reduce the possibility of it being returned or rejected."
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
tipjar-0.1.196 lib/bitbot/plugin/txfee.rb
tipjar-0.1.195 lib/bitbot/plugin/txfee.rb
tipjar-0.1.194 lib/bitbot/plugin/txfee.rb
tipjar-0.1.193 lib/bitbot/plugin/txfee.rb
tipjar-0.1.192 lib/bitbot/plugin/txfee.rb
tipjar-0.1.191 lib/bitbot/plugin/txfee.rb
tipjar-0.1.19 lib/bitbot/plugin/txfee.rb
tipjar-0.1.18 lib/bitbot/plugin/txfee.rb
tipjar-0.1.171 lib/bitbot/plugin/txfee.rb
tipjar-0.1.16 lib/bitbot/plugin/txfee.rb