Commit b23cbc51 authored by linj's avatar linj

fmt

parent 7ebd98b5
...@@ -8,7 +8,7 @@ MAIN_HTTP="" ...@@ -8,7 +8,7 @@ MAIN_HTTP=""
# shellcheck source=/dev/null # shellcheck source=/dev/null
source ../dapp-test-common.sh source ../dapp-test-common.sh
# TODO # TODO
# 1. 合约测试的先后顺序 是否可以在指定合约之后测试 # 1. 合约测试的先后顺序 是否可以在指定合约之后测试
# 2. 或将资产类的合约先测试 # 2. 或将资产类的合约先测试
# 3. 或资产类的合约提供创建的函数 创建一个某某名字的token # 3. 或资产类的合约提供创建的函数 创建一个某某名字的token
...@@ -136,7 +136,6 @@ retrieve_Perform_Token() { ...@@ -136,7 +136,6 @@ retrieve_Perform_Token() {
chain33_BlockWait 1 "${MAIN_HTTP}" chain33_BlockWait 1 "${MAIN_HTTP}"
} }
retrieve_Cancel() { retrieve_Cancel() {
echo "========== # retrieve cancel begin ==========" echo "========== # retrieve cancel begin =========="
...@@ -208,7 +207,7 @@ init() { ...@@ -208,7 +207,7 @@ init() {
chain33_applyCoins "${retrieve2}" 10000000000 "${MAIN_HTTP}" chain33_applyCoins "${retrieve2}" 10000000000 "${MAIN_HTTP}"
if [ "$ispara" == true ]; then if [ "$ispara" == true ]; then
# for fee # for fee
local main_ip=${MAIN_HTTP//8901/8801} local main_ip=${MAIN_HTTP//8901/8801}
chain33_applyCoins "${retrieve1}" 1000000000 "${main_ip}" chain33_applyCoins "${retrieve1}" 1000000000 "${main_ip}"
chain33_applyCoins "${retrieve2}" 1000000000 "${main_ip}" chain33_applyCoins "${retrieve2}" 1000000000 "${main_ip}"
...@@ -262,5 +261,3 @@ function main() { ...@@ -262,5 +261,3 @@ function main() {
set -x set -x
main "$1" main "$1"
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