Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
plugin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
link33
plugin
Commits
a2362420
Commit
a2362420
authored
Jun 20, 2019
by
mdj33
Committed by
vipwzw
Jun 21, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add debug info
parent
83bcc231
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
testcase.sh
plugin/dapp/paracross/cmd/build/testcase.sh
+4
-1
No files found.
plugin/dapp/paracross/cmd/build/testcase.sh
View file @
a2362420
...
@@ -324,7 +324,7 @@ function para_cross_transfer_withdraw() {
...
@@ -324,7 +324,7 @@ function para_cross_transfer_withdraw() {
echo
"
${
hash
}
"
echo
"
${
hash
}
"
sleep
15
sleep
15
${
CLI
}
send para asset_withdraw
--title
user.p.para.
-a
0.7
-n
test
-t
12qyocayNF7Lv6C9qW4avxs2E7U41fKSfv
-k
4257D8692EF7FE13C68B65D6A52F03933DB2FA5CE8FAF210B5B8B80C721CED01
hash2
=
$(${
CLI
}
send para asset_withdraw
--title
user.p.para.
-a
0.7
-n
test
-t
12qyocayNF7Lv6C9qW4avxs2E7U41fKSfv
-k
4257D8692EF7FE13C68B65D6A52F03933DB2FA5CE8FAF210B5B8B80C721CED01
)
local times
=
200
local times
=
200
while
true
;
do
while
true
;
do
...
@@ -335,6 +335,9 @@ function para_cross_transfer_withdraw() {
...
@@ -335,6 +335,9 @@ function para_cross_transfer_withdraw() {
times
=
$((
times
-
1
))
times
=
$((
times
-
1
))
if
[
$times
-le
0
]
;
then
if
[
$times
-le
0
]
;
then
echo
"para_cross_transfer_withdraw failed"
echo
"para_cross_transfer_withdraw failed"
${
CLI
}
tx query
-s
"
$hash2
"
${
PARA_CLI
}
tx query
-s
"
$hash2
"
${
PARA_CLI
}
asset balance
-a
12qyocayNF7Lv6C9qW4avxs2E7U41fKSfv
-e
user.p.para.paracross
--asset_exec
paracross
--asset_symbol
coins.bty
exit
1
exit
1
fi
fi
else
else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment