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
6f906e67
Commit
6f906e67
authored
Jun 19, 2019
by
vipwzw
Committed by
mdj33
Sep 17, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto ci
parent
c88fbfad
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
test-rpc.sh
plugin/dapp/unfreeze/cmd/build/test-rpc.sh
+2
-2
No files found.
plugin/dapp/unfreeze/cmd/build/test-rpc.sh
View file @
6f906e67
...
...
@@ -18,7 +18,7 @@ function query_unfreezeID() {
tx
=
$(
jq
-r
".result.tx.hash"
<<<
"
$ret
"
)
echo
"====query tx=
${
txhash
}
, return=
$ret
"
if
[
"
${
tx
}
"
!=
"
${
txhash
}
"
]
;
then
chain33_BlockWait
1
"
${
MAIN_HTTP
}
"
chain33_BlockWait 1
"
${
MAIN_HTTP
}
"
times
=
$((
times
-
1
))
if
[
$times
-le
0
]
;
then
echo
"====query tx=
$txhash
failed"
...
...
@@ -57,7 +57,7 @@ function init() {
chain33_SendToAddress "
$owner
" "
$exec_addr
" 500000000 "
${
MAIN_HTTP
}
"
chain33_SendToAddress "
$beneficiary
" "
$exec_addr
" 500000000 "
${
MAIN_HTTP
}
"
chain33_BlockWait
1 "
${
MAIN_HTTP
}
"
chain33_BlockWait 1 "
${
MAIN_HTTP
}
"
}
function CreateRawUnfreezeCreate() {
...
...
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