forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move incinerator ID to sdk-ids (solana-labs#3828)
- Loading branch information
1 parent
6770483
commit 54a254f
Showing
2 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
//! A designated address for burning lamports. | ||
//! | ||
//! Lamports credited to this address will be removed from the total supply | ||
//! (burned) at the end of the current block. | ||
crate::declare_id!("1nc1nerator11111111111111111111111111111111"); | ||
#[deprecated(since = "2.2.0", note = "Use `solana_sdk_ids::incinerator` instead")] | ||
pub use solana_sdk_ids::incinerator::{check_id, id, ID}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters