Skip to content

Commit 0821341

Browse files
committed
remove option from execute
1 parent 5329c99 commit 0821341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/test-support/src/transaction/execute.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ export async function execute (extrinsic: SubmittableExtrinsic<'promise'>, signe
3535
}
3636
}
3737

38-
await extrinsic.signAndSend(signer, { withSignedTransaction: true }, sendStatusCb);
38+
await extrinsic.signAndSend(signer, sendStatusCb);
3939
await waitFor(() => currentTxDone, { timeout: 20000 });
4040
}

0 commit comments

Comments
 (0)