33cn / plugin

chain33 官方插件系统
BSD 3-Clause "New" or "Revised" License
89 stars 109 forks source link

Fix para commit tx #1258

Closed linj-disanbo closed 1 year ago

linj-disanbo commented 1 year ago

问题 配置发共识交易的地址格式和合约地址格式不一致时, 签名共识交易的地址会变成合约地址格式, 而不是配置的地址

修复:
获得配置发共识交易的地址格式, 而不是直接用 默认的合约地址格式 address.GetDefaultAddressID() -> address.GetAddressType(uthAccount)

codecov[bot] commented 1 year ago

Codecov Report

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1258 +/- ## ========================================== - Coverage 48.38% 48.35% -0.04% ========================================== Files 223 223 Lines 42518 42518 ========================================== - Hits 20574 20561 -13 - Misses 20054 20068 +14 + Partials 1890 1889 -1 ``` [see 6 files with indirect coverage changes](https://codecov.io/gh/33cn/plugin/pull/1258/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

33cn commented 1 year ago

:tada: This PR is included in version 1.68.3 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: