Skip to content

Commit

Permalink
Merge pull request #4 from mumianhua/develop
Browse files Browse the repository at this point in the history
y4
  • Loading branch information
sophiawangTron authored Nov 21, 2023
2 parents 8dd2ece + 66b63de commit c66a585
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/pullrequesttarget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
allowForks: true
status: pending
phase: Pending
- name: out
if: steps.checkAccess.outputs.require-result == 'false'
run: |
exit 1
- name: Run tests
run: |
echo "n${{ github.actor }}"
Expand Down
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 ffffailed: " + e.getMessage(), e);
logger.error("objectToByteArray failed: " + e.getMessage(), e);
}
return bytes;
}
Expand Down

0 comments on commit c66a585

Please sign in to comment.