Skip to content

Commit

Permalink
Merge branch 'master' into open-gov
Browse files Browse the repository at this point in the history
  • Loading branch information
vkulinich-cl authored Oct 7, 2024
2 parents 0c12d8b + 2581b96 commit 426fc22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sections/transaction/ReviewTransactionForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ export const ReviewTransactionForm: FC<Props> = (props) => {
era: era?.period?.toNumber(),
tip: tipAmount?.gte(0) ? tipAmount.toString() : undefined,
signer: wallet.signer,
// defer to polkadot/api to handle nonce w/ regard to mempool
nonce: customNonce ? parseInt(customNonce) : -1,
withSignedTransaction: true,
})
Expand Down

0 comments on commit 426fc22

Please sign in to comment.