remove 双引号

This commit is contained in:
nigel007 2019-07-23 14:58:21 +08:00
parent 76dcf839bf
commit ba5c803c44
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ class PullRequestsController < ApplicationController
# 发送交易
Rails.logger.info("before executing chain_trustie command...")
Rails.logger.info(pushTXInfoJson)
cmd = 'chain_trustie pushPRTX \"' + pushTXInfoJson + '\"'
cmd = 'chain_trustie pushPRTX ' + pushTXInfoJson
Rails.logger.info(cmd)
# result = system # 执行失败了