Skip to content

Commit

Permalink
feat(etherscan): allow unused
Browse files Browse the repository at this point in the history
  • Loading branch information
alextes committed Sep 19, 2024
1 parent 1668025 commit 9e0bcd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/etherscan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ pub struct EthSupply2 {
/// eth_supply is calculated before adding ETH minted as Eth2Staking rewards and subtracting BurntFees from EIP-1559.
#[serde(rename = "EthSupply")]
pub eth_supply_min_beacon_issuance_plus_burn: WeiNewtype,
#[allow(dead_code)]
pub eth2_staking: WeiNewtype,
#[allow(dead_code)]
pub burnt_fees: WeiNewtype,
}

Expand Down

0 comments on commit 9e0bcd6

Please sign in to comment.