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.
1 parent b5b3380 commit 8a6eeecCopy full SHA for 8a6eeec
actors/runtime/src/builtin/singletons.rs
@@ -17,8 +17,6 @@ lazy_static! {
17
18
/// Distinguished AccountActor that is the destination of all burnt funds.
19
pub static ref BURNT_FUNDS_ACTOR_ADDR: Address = Address::new_id(99);
20
-
21
- pub static ref RESERVE_ADDRESS: Address = Address::new_id(90);
22
}
23
24
/// Defines first available ID address after builtin actors
0 commit comments