diff --git a/webapp/services/BlockChainService.php b/webapp/services/BlockChainService.php index 245d60ba..accf008e 100644 --- a/webapp/services/BlockChainService.php +++ b/webapp/services/BlockChainService.php @@ -84,7 +84,6 @@ class BlockChainService { private static function getWeb3ServiceUrl() { - return 'http://192.168.100.39:7672/webapp/index.php'; if (SERVER_ENV == _TEST) { return 'http://127.0.0.1:7672/webapp/index.php'; }