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
aa2a8ff1
Commit
aa2a8ff1
authored
Nov 20, 2018
by
wjx@disanbo.com
Committed by
vipwzw
Nov 21, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix_ci_for_branch
parent
6c0df23b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
10 deletions
+2
-10
hashlock_test.go
plugin/dapp/hashlock/executor/hashlock_test.go
+1
-6
retrieve_test.go
plugin/dapp/retrieve/executor/retrieve_test.go
+1
-4
No files found.
plugin/dapp/hashlock/executor/hashlock_test.go
View file @
aa2a8ff1
...
@@ -461,12 +461,7 @@ func showOrCheckAcc(c types.Chain33Client, addr string, sorc int, balance int64)
...
@@ -461,12 +461,7 @@ func showOrCheckAcc(c types.Chain33Client, addr string, sorc int, balance int64)
return
true
return
true
}
}
}
}
if
sorc
!=
onlyshow
{
return
sorc
==
onlyshow
return
false
}
return
true
}
}
func
showAccount
(
c
types
.
Chain33Client
,
addr
string
)
{
func
showAccount
(
c
types
.
Chain33Client
,
addr
string
)
{
...
...
plugin/dapp/retrieve/executor/retrieve_test.go
View file @
aa2a8ff1
...
@@ -574,10 +574,7 @@ func showOrCheckAcc(c types.Chain33Client, addr string, sorc int, balance int64)
...
@@ -574,10 +574,7 @@ func showOrCheckAcc(c types.Chain33Client, addr string, sorc int, balance int64)
return
true
return
true
}
}
}
}
if
sorc
!=
onlyshow
{
return
sorc
==
onlyshow
return
false
}
return
true
}
}
func
genaddress
()
(
string
,
crypto
.
PrivKey
)
{
func
genaddress
()
(
string
,
crypto
.
PrivKey
)
{
...
...
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