Skip to content

Commit

Permalink
fix: sync correctly attracted new delegated stake change
Browse files Browse the repository at this point in the history
  • Loading branch information
VmMad committed Nov 22, 2023
1 parent 69fe74c commit 28c2770
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ export function ValidatorSettings() {
0,
)}
onChange={(e) =>
handleAttractedNewDelegatedStakeChange(Number(e.target.value))
handleAttractedNewDelegatedStakeChange(
toMicro(Number(e.target.value)),
)
}
></input>
</Details>
Expand Down

0 comments on commit 28c2770

Please sign in to comment.