Skip to content

Commit

Permalink
allow signed transaction in signAndSend to make ledger signing work
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello committed Aug 21, 2024
1 parent 22603d0 commit 7086325
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sdk/src/polkadot/PolkadotService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ export class PolkadotService {
{
nonce: -1,
signer: this.#isSigner(signer) ? signer : undefined,
withSignedTransaction: true,
},
);

Expand Down

0 comments on commit 7086325

Please sign in to comment.