We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In peatio blockchain_service we are initializing the service on line 10 https://github.com/openware/peatio/blob/af5ee076b8855bbe505d676ce14efb4603c17b97/app/services/blockchain_service.rb#L10
But in the hooks we are initializing them as well Blockchain & Wallet.
peatio-contrib/peatio-bitcoincash/lib/peatio/bitcoincash/hooks.rb
Line 29 in 240fd82
This is causing issue (obviously) as we are initializing the service twice!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In peatio blockchain_service
we are initializing the service on line 10
https://github.com/openware/peatio/blob/af5ee076b8855bbe505d676ce14efb4603c17b97/app/services/blockchain_service.rb#L10
But in the hooks we are initializing them as well Blockchain & Wallet.
peatio-contrib/peatio-bitcoincash/lib/peatio/bitcoincash/hooks.rb
Line 29 in 240fd82
This is causing issue (obviously) as we are initializing the service twice!
The text was updated successfully, but these errors were encountered: