Skip to content

Commit

Permalink
set the current rate vests_per_trx (#3925)
Browse files Browse the repository at this point in the history
Co-authored-by: ety001 <ety001@users.noreply.github.com>
  • Loading branch information
only-dev-time and ety001 authored Oct 5, 2024
1 parent c50b4a2 commit 17a0e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/UniversalRender.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ export async function serverRender(
// const tronConfig = await getTronConfig();
const tronConfig = {
tron_reward_switch: 'on',
vests_per_trx: 1913,
vests_per_trx: 0, // currently no trx rewards
unbind_tip_limit: 5,
};
if (tronConfig !== false) {
Expand Down

0 comments on commit 17a0e5b

Please sign in to comment.