cryptocoin_payable icon indicating copy to clipboard operation
cryptocoin_payable copied to clipboard

cryptocoin_payable:process_payments with BCH

Open NimbusCs opened this issue 7 years ago • 1 comments

i try the command:

rake cryptocoin_payable:process_payments

and return >

PaymentProcessor: Unknown error encountered, skipping transaction CryptocoinPayable::NetworkNotSupported

i see the code on > lib/cryptocoin_payable/adapters/bitcoin_cash.rb

at line: https://github.com/Sailias/cryptocoin_payable/blob/e5bf9997a9c1872d292cedd5733b8020f696b01a/lib/cryptocoin_payable/adapters/bitcoin_cash.rb#L13

the prefix bchtest. not work anymore

NimbusCs avatar Nov 09 '18 01:11 NimbusCs

There's no testnet support for Bitcoin Cash with the Block Explorer API. We'd have to add another external API for that or wait until Block Explorer supports it.

It should still work fine for main net though.

mhluska avatar Nov 09 '18 02:11 mhluska