This commit is contained in:
nigel007 2019-07-23 14:39:23 +08:00
parent 4aa5510341
commit 76dcf839bf
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 # 执行失败了