Skip to content

Commit

Permalink
Don't delegate change when using ledger (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
Duddino authored Feb 20, 2025
1 parent ec6fdbd commit 7280e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/stake/Stake.vue
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ async function unstake(value) {
value,
{
useDelegatedInputs: true,
delegateChange: true,
delegateChange: !wallet.isHardwareWallet,
changeDelegationAddress: coldStakingAddress.value,
}
);
Expand Down

0 comments on commit 7280e9a

Please sign in to comment.