Skip to content

Commit

Permalink
Merge pull request #302 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 0c575d6 + 9efceee commit 45ccbd5
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 45ccbd5

Please sign in to comment.