Skip to content

Commit

Permalink
feat: refine comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vp4242 committed Oct 7, 2024
1 parent 4ec12a8 commit 81eef77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/protocol/helpers/accounting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,8 @@ const simulateReport = async (
"El Rewards Vault Balance": formatEther(elRewardsVaultBalance),
});

// NOTE: To enable negative rebase sanity checker, the static call below should be
// NOTE: To enable negative rebase sanity checker, the static call below
// replaced with advanced eth_call with stateDiff.

// const [postTotalPooledEther1, postTotalShares1, withdrawals1, elRewards1] = await lido
// .connect(accountingOracleAccount)
// .handleOracleReport.staticCall(
Expand Down

0 comments on commit 81eef77

Please sign in to comment.