module Bitbot::Txfee

Public Instance Methods

on_txfee(m) click to toggle source
# File lib/bitbot/plugin/txfee.rb, line 2
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