Skip to content

[Bug]: CLI Signing for Nested Multisigs #20355

@brandoncurtis

Description

@brandoncurtis

Is there an existing issue for this?

  • I have searched the existing issues

What happened?

I expect to be able to create and sign for a multisig with the following layout:
key1 => multisig1 (1 of 1)
key1, multisig1 => multisig2 (1 of 2)

After successful creation of this nested multisig, it does not appear to be possible to use the CLI to sign a transaction for multisig2 using multisig1:

$ simd tx sign tx-from-multisig2.json --from key1 --multisig multisig2
Error: tx intended signer does not match the given signer: key1
$ simd tx sign tx-from-multisig2.json --from key1 --multisig multisig1
Error: tx intended signer does not match the given signer: key1
$ simd tx sign tx-from-multisig2.json --from multisig1 --multisig multisig2
Error: cannot sign with offline keys

Cosmos SDK Version

0.47.x

How to reproduce?

No response

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions