Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
chain33-sdk-go
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
chain33-sdk-go
Commits
f5ec7ca5
Commit
f5ec7ca5
authored
Feb 24, 2021
by
pengjun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix test error
parent
18b4e67b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
6 deletions
+3
-6
const.go
dapp/cert/const.go
+1
-2
cert.proto
proto/cert.proto
+1
-2
utils.go
types/utils.go
+1
-2
No files found.
dapp/cert/const.go
View file @
f5ec7ca5
...
...
@@ -6,4 +6,4 @@ const (
CertActionNormal
=
3
)
const
CertX
=
"cert"
\ No newline at end of file
const
CertX
=
"cert"
proto/cert.proto
View file @
f5ec7ca5
...
...
@@ -34,4 +34,4 @@ message CertSignature {
bytes
signature
=
1
;
bytes
cert
=
2
;
bytes
uid
=
3
;
}
\ No newline at end of file
}
types/utils.go
View file @
f5ec7ca5
...
...
@@ -76,4 +76,4 @@ func ReadFile(file string) ([]byte, error) {
}
return
fileCont
,
nil
}
\ No newline at end of file
}
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