OpenAtomFoundation / xupercore

The kernel of xuperchain.
Apache License 2.0
61 stars 47 forks source link

Fix thaw log #306

Closed wangchao0222 closed 2 years ago

wangchao0222 commented 2 years ago

Description

What is the purpose of the change? 发起提案相关操作时如果遇到错误,返回的错误信息中有些标识显示错误的操作方法

Fixes # (issue)

修复日志中的错误标识信息

Type of change

Please delete options that are not relevant.

Brief of your solution

修复日志中的错误标识信息

How Has This Been Tested?

提案相关操作失败时,检查返回的错误信息是否匹配相关操作

codecov-commenter commented 2 years ago

Codecov Report

Merging #306 (7a97774) into master (8b7d81f) will increase coverage by 0.06%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #306      +/-   ##
==========================================
+ Coverage   46.40%   46.47%   +0.06%     
==========================================
  Files         136      136              
  Lines       12199    12199              
==========================================
+ Hits         5661     5669       +8     
+ Misses       5365     5356       -9     
- Partials     1173     1174       +1     
Impacted Files Coverage Δ
bcs/network/p2pv2/server.go 52.40% <0.00%> (+1.06%) :arrow_up:
bcs/consensus/tdpos/tdpos.go 50.24% <0.00%> (+1.93%) :arrow_up:
bcs/consensus/tdpos/common.go 55.07% <0.00%> (+2.89%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b02fb7b...7a97774. Read the comment docs.