Skip to content

Commit

Permalink
Merge pull request #145 from mumianhua/test_buildkite_branch
Browse files Browse the repository at this point in the history
commit to create a PR
  • Loading branch information
sophiawangTron authored Dec 20, 2023
2 parents 354ed73 + 323a314 commit f87e26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/main/java/org/tron/common/utils/ByteArray.java
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public static byte[] fromObject(Object obj) {
objectOutputStream.flush();
bytes = byteArrayOutputStream.toByteArray();
} catch (IOException e) {
logger.error("objectToByteArray failed: " + e.getMessage(), e);
logger.error("objectToByteArray ffffffFFFFFFFFFFailed: " + e.getMessage(), e);
}
return bytes;
}
Expand Down

0 comments on commit f87e26a

Please sign in to comment.