We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 387aeff + 0f54e33 commit 348efd8Copy full SHA for 348efd8
shared/src/lib.rs
@@ -33,8 +33,6 @@ pub mod version;
33
lazy_static! {
34
/// Total Filecoin available to the network.
35
pub static ref TOTAL_FILECOIN: BigInt = BigInt::from(TOTAL_FILECOIN_BASE) * FILECOIN_PRECISION;
36
- /// Amount of total Filecoin reserved in a static ID address.
37
- pub static ref FIL_RESERVED: BigInt = BigInt::from(300_000_000) * FILECOIN_PRECISION;
38
39
/// Zero address used to avoid allowing it to be used for verification.
40
/// This is intentionally disallowed because it is an edge case with Filecoin's BLS
0 commit comments