Add incinerator sysvar (#9815) (#9836)

(cherry picked from commit 8dfe0affd4)
This commit is contained in:
Michael Vines
2020-05-01 09:02:59 -07:00
committed by GitHub
parent 3aa52f95a2
commit 8079359420
6 changed files with 62 additions and 9 deletions

4
sdk/src/incinerator.rs Normal file
View File

@@ -0,0 +1,4 @@
//! Lamports credited to this address will be removed from the total supply (burned) at the end of
//! the current block.
crate::declare_id!("1nc1nerator11111111111111111111111111111111");