Commit 97381358 authored by QM's avatar QM Committed by vipwzw

fix fmt

parent 44935e50
...@@ -238,6 +238,7 @@ function offline_create_bridge_token_eth_BTY() { ...@@ -238,6 +238,7 @@ function offline_create_bridge_token_eth_BTY() {
${Boss4xCLI} ethereum offline create_bridge_token -s BTY -c "${ethBridgeBank}" -d "${ethDeployAddr}" ${Boss4xCLI} ethereum offline create_bridge_token -s BTY -c "${ethBridgeBank}" -d "${ethDeployAddr}"
ethereum_offline_sign_send "create_bridge_token.txt" ethereum_offline_sign_send "create_bridge_token.txt"
# shellcheck disable=SC2034
ethereumBtyBridgeTokenAddr=$(${CLIA} ethereum receipt -s "${hash}" | jq -r .logs[0].address) ethereumBtyBridgeTokenAddr=$(${CLIA} ethereum receipt -s "${hash}" | jq -r .logs[0].address)
} }
......
...@@ -175,6 +175,7 @@ function offline_create_bridge_token_eth_BTY() { ...@@ -175,6 +175,7 @@ function offline_create_bridge_token_eth_BTY() {
${Boss4xCLI} ethereum offline create_bridge_token -s BTY -c "${ethBridgeBank}" -d "${ethDeployAddr}" ${Boss4xCLI} ethereum offline create_bridge_token -s BTY -c "${ethBridgeBank}" -d "${ethDeployAddr}"
ethereum_offline_sign_send "create_bridge_token.txt" ethereum_offline_sign_send "create_bridge_token.txt"
# shellcheck disable=SC2034
ethereumBtyBridgeTokenAddr=$(${CLIA} ethereum receipt -s "${hash}" | jq -r .logs[0].address) ethereumBtyBridgeTokenAddr=$(${CLIA} ethereum receipt -s "${hash}" | jq -r .logs[0].address)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment