Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deploy with multisig #593

Merged
merged 2 commits into from
Mar 27, 2024

Conversation

jjyr
Copy link
Contributor

@jjyr jjyr commented Mar 27, 2024

Deploy with multisig will output invalid address error if address isn't Short.

This PR fixed the issue by copy the parsing code from https://github.com/nervosnetwork/ckb-cli/blob/develop/src/subcommands/tx.rs#L575

@doitian doitian merged commit fd87f8f into nervosnetwork:develop Mar 27, 2024
9 of 11 checks passed
@sunchengzhu
Copy link

I suggest removing the description of this bug from the wiki documentation after the bug is fixed.

Then the [multisig_config] section we add above multisig lock script for future use (update cell binary**. NOTE : due to a bug, the address in sighash_addresses list must all be short sighash address.

@doitian
Copy link
Member

doitian commented Mar 29, 2024

I suggest removing the description of this bug from the wiki documentation after the bug is fixed.

Then the [multisig_config] section we add above multisig lock script for future use (update cell binary**. NOTE : due to a bug, the address in sighash_addresses list must all be short sighash address.

Done. Add a version condition to the wiki.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants