add debug
This commit is contained in:
parent
e34d378ccd
commit
14b79ebfb2
|
@ -370,7 +370,7 @@ class PullRequestsController < ApplicationController
|
|||
Rails.logger.info(pushTXInfoJson)
|
||||
|
||||
require 'base64'
|
||||
cmd = 'fabricChain trustiePush '+author_name+'-'+versionName+' ' + Base64.encode64(pushTXInfoJson).to_s
|
||||
cmd = 'fabricChain trustiePush '+author_name+'-'+versionName+' ' + Base64.strict_encode64(pushTXInfoJson).to_s
|
||||
Rails.logger.info(cmd)
|
||||
puts cmd
|
||||
|
||||
|
|
Loading…
Reference in New Issue