We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10e4e50 commit b89b6b4Copy full SHA for b89b6b4
networks/cosmos/src/signers/direct-signer.ts
@@ -35,6 +35,10 @@ export class DirectSigner extends BaseCosmosSigner implements ISigningClient {
35
throw new Error('Signer address does not match');
36
}
37
38
+ if(args.options?.signerAddress) {
39
+ args.options.signerAddress = account.address;
40
+ }
41
+
42
// Create the direct workflow
43
const workflow = new DirectWorkflow(this, {
44
messages: args.messages,
0 commit comments