This is an automated email from the ASF dual-hosted git repository.

junchao pushed a commit to branch smart_contract_merge
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb.git


The following commit(s) were added to refs/heads/smart_contract_merge by this 
push:
     new 4b0fede0 change para
4b0fede0 is described below

commit 4b0fede06833b09cda6a22b979878b3c4cfd5334
Author: cjcchen <[email protected]>
AuthorDate: Fri Feb 14 00:51:32 2025 -0700

    change para
---
 service/tools/kv/api_tools/contract_service_tools.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/service/tools/kv/api_tools/contract_service_tools.cpp 
b/service/tools/kv/api_tools/contract_service_tools.cpp
index 0fcb05c5..ff06a71a 100644
--- a/service/tools/kv/api_tools/contract_service_tools.cpp
+++ b/service/tools/kv/api_tools/contract_service_tools.cpp
@@ -146,7 +146,7 @@ int main(int argc, char** argv) {
     
     contract_path = GetValue(js, "contract_path");
     contract_name = GetValue(js, "contract_name");
-    contract_address = GetValue(js, "contract_address");
+    contract_address = GetValue(js, "owner_address");
     params = GetValue(js, "init_params");
 
     printf("contract path %s cmd %s contract name %s caller_address %s init 
params %s\n", contract_path.c_str(), cmd.c_str(), contract_name.c_str(), 
contract_address.c_str(), params.c_str());

Reply via email to