Skip to content

Commit

Permalink
Update first/last vote rounds
Browse files Browse the repository at this point in the history
  • Loading branch information
yasincaliskan committed Oct 24, 2023
1 parent 96e6fa4 commit 2c1fe35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/home/sign-txn/create/button/CreateTxnButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ function CreateTxnButton({
voteKey: voteKey!,
selectionKey: selectionKey!,
stateProofKey: stateProofKey!,
voteFirst: voteFirst!,
voteLast: voteLast!,
voteFirst: suggestedParams.firstRound,
voteLast: suggestedParams.lastRound,
voteKeyDilution: voteKeyDilution!,
rekeyTo: isValidAddress(rekeyTo) ? rekeyTo : undefined,
suggestedParams
Expand Down

0 comments on commit 2c1fe35

Please sign in to comment.