Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cryptocoin_payable:process_payments with BCH #24

Open
NimbusCs opened this issue Nov 9, 2018 · 1 comment
Open

cryptocoin_payable:process_payments with BCH #24

NimbusCs opened this issue Nov 9, 2018 · 1 comment

Comments

@NimbusCs
Copy link

NimbusCs commented Nov 9, 2018

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:

url = "https://#{prefix}blockexplorer.com/api/txs/?address=#{legacy_address(address)}"

the prefix bchtest. not work anymore

@mhluska
Copy link
Collaborator

mhluska commented Nov 9, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants