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