From 164b3199e979705bca48919967b67bd6a4c0abb4 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 27 Jun 2023 15:31:50 +0800 Subject: [PATCH] 1 --- webapp/services/BlockChainService.php | 1 - 1 file changed, 1 deletion(-) 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'; }