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.
2 parents 10e4e50 + a44b213 commit e3d7a5aCopy full SHA for e3d7a5a
networks/cosmos/src/signers/direct-signer.ts
@@ -35,6 +35,11 @@ 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
43
// Create the direct workflow
44
const workflow = new DirectWorkflow(this, {
45
messages: args.messages,
0 commit comments