Skip to content

Commit

Permalink
Merge branch 'release/1.2.0' into feature/getTransactionByContentHash
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoguangwei committed May 7, 2020
2 parents f8fe7b6 + 7aa91d8 commit 97c5cb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base/src/main/java/com/jd/blockchain/consts/DataCodes.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ public interface DataCodes {

public static final int TX_RETURN_MESSAGE = 0x230;

public static final int TX_SET = 0x240;

public static final int TX_OP = 0x300;

public static final int TX_OP_LEDGER_INIT = 0x301;
Expand Down

0 comments on commit 97c5cb6

Please sign in to comment.