cryptoeax / arbbot

Arbitrator, a bitcoin/altcoin arbitrage trading bot
https://gitter.im/cryptoeax-arbbot/Lobby
GNU General Public License v3.0
198 stars 78 forks source link

Fatal PHP error in latest code #168

Open Fohdeesha opened 6 years ago

Fohdeesha commented 6 years ago

starting a fresh install with latest code on main branch as of 2/20/18 with fresh db as well, this happens when you try to launch the bot:

PHP Fatal error: Class Bittrex contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Exchange::detectDuplicateWithdrawals) in /var/www/arbbot/bot/xchange/Bittrex.php on line 6

it then refuses to start

Fohdeesha commented 6 years ago

just realized this is a duplicate of: https://github.com/cryptoeax/arbbot/issues/157

that has a fix of commenting out the abstract class in the main exchange php, does this not affect its ability to trade?