Closed linj-disanbo closed 1 year ago
Patch coverage has no change and project coverage change: -0.04
:warning:
Comparison is base (
91ba392
) 48.38% compared to head (3b474db
) 48.35%.:exclamation: Current head 3b474db differs from pull request most recent head 78304b9. Consider uploading reports for the commit 78304b9 to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
:tada: This PR is included in version 1.68.3 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
问题 配置发共识交易的地址格式和合约地址格式不一致时, 签名共识交易的地址会变成合约地址格式, 而不是配置的地址
修复:
获得配置发共识交易的地址格式, 而不是直接用 默认的合约地址格式 address.GetDefaultAddressID() -> address.GetAddressType(uthAccount)