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