Method: Sibit::Btc#push
- Defined in:
- lib/sibit/btc.rb
#push(_hex) ⇒ Object
Push this transaction (in hex format) to the network.
138 139 140 |
# File 'lib/sibit/btc.rb', line 138 def push(_hex) raise Sibit::NotSupportedError, 'Btc.com doesn\'t provide payment gateway' end |