Is there an existing issue for this?
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
Is there an existing issue for this?
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:
Cosmos SDK Version
0.47.x
How to reproduce?
No response