Skip to content

Commit 348efd8

Browse files
authored
Merge pull request #482 from filecoin-project/asr/remove-reserve
Remove unused FIL_RESERVED
2 parents 387aeff + 0f54e33 commit 348efd8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

shared/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ pub mod version;
3333
lazy_static! {
3434
/// Total Filecoin available to the network.
3535
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;
3836

3937
/// Zero address used to avoid allowing it to be used for verification.
4038
/// This is intentionally disallowed because it is an edge case with Filecoin's BLS

0 commit comments

Comments
 (0)