Skip to content

Commit 8a6eeec

Browse files
authored
Remove unused RESERVE_ADDRESS (#211)
1 parent b5b3380 commit 8a6eeec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

actors/runtime/src/builtin/singletons.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ lazy_static! {
1717

1818
/// Distinguished AccountActor that is the destination of all burnt funds.
1919
pub static ref BURNT_FUNDS_ACTOR_ADDR: Address = Address::new_id(99);
20-
21-
pub static ref RESERVE_ADDRESS: Address = Address::new_id(90);
2220
}
2321

2422
/// Defines first available ID address after builtin actors

0 commit comments

Comments
 (0)