Module: Bitbot::Txfee
- Included in:
- Plugin
- Defined in:
- lib/bitbot/plugin/txfee.rb
Instance Method Summary collapse
Instance Method Details
#on_txfee(m) ⇒ Object
2 3 4 5 |
# 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 |