Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
burnt-sun committed Dec 4, 2024
1 parent ade3ba0 commit 0425b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/staking/lib/core/tx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export const batchClaimRewards = async (
);

return await client
.signAndBroadcast(addresses.delegator, messages, 2.5)
.signAndBroadcast(addresses.delegator, messages, 2.3)
.then(getTxVerifier("withdraw_rewards"))
.catch(handleTxError);
};

0 comments on commit 0425b53

Please sign in to comment.