add "
This commit is contained in:
parent
4aa5510341
commit
76dcf839bf
|
@ -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 # 执行失败了
|
||||
|
|
Loading…
Reference in New Issue