This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
hummingbird
/
jdchain
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
31
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
clean
tags/1.0.0
zhaoguangwei
5 years ago
parent
bfb28fc5a5
commit
28933c5627
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
source/binary-proto/src/main/java/com/jd/blockchain/binaryproto/DataType.java
+ 1
- 1
source/binary-proto/src/main/java/com/jd/blockchain/binaryproto/DataType.java
View File
@@ -7,7 +7,7 @@ public interface DataType {
*/
public static final byte NIL = (byte) 0x00;
/**
LdeNhjPGzHcHL6rLcJ7whHxUbn9Tv7qSKRfEA
/**
* 布尔;
*/
public static final byte BOOLEAN = (byte) 0x01;
Write
Preview
Loading…
Cancel
Save