Skip to content

Commit

Permalink
Merge pull request #303 from fqliao/release-2.0.0-rc3
Browse files Browse the repository at this point in the history
modify BCOS_VERSION from private to public
  • Loading branch information
fqliao authored Jun 13, 2019
2 parents 3783c7b + 390ab79 commit 9054e6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class PrecompiledCommon {

public static final int TABLE_KEY_MAX_LENGTH = 255;

private static String BCOS_VERSION = "";
public static String BCOS_VERSION = "";

public static String transferToJson(int code) throws IOException {
// adapt fisco-bcos rc1 || rc2 || rc3
Expand Down

0 comments on commit 9054e6a

Please sign in to comment.