Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/FINGERROOT-5.4.0-rc' into finger…
Browse files Browse the repository at this point in the history
…root540-master-merge
  • Loading branch information
Vovchyk committed Jan 29, 2024
2 parents d8ad1c1 + b46e6b2 commit 3eba374
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ protected void channelRead0(ChannelHandlerContext ctx, ByteBufHolder request) th
int errorCode = ErrorResolver.JsonError.CUSTOM_SERVER_ERROR_LOWER;
responseContent = buildErrorContent(errorCode, unexpectedErrorMsg);
responseCode = errorCode;
} finally {
ReflectionUtil.clearCache();
}

ctx.fireChannelRead(new Web3Result(
Expand Down

0 comments on commit 3eba374

Please sign in to comment.