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 ba9f043 commit eb5c24fCopy full SHA for eb5c24f
stackslib/src/chainstate/stacks/boot/mod.rs
@@ -96,9 +96,8 @@ pub const BOOT_TEST_POX_4_AGG_KEY_FNAME: &str = "aggregate-key";
96
pub const MINERS_NAME: &str = "miners";
97
98
/// The initial recipient address for SIP-031 on mainnet.
99
-/// TODO: replace with actual address
100
pub const SIP_031_MAINNET_ADDR: LazyLock<StacksAddress> = LazyLock::new(|| {
101
- StacksAddress::from_string("SP1A2K3ENNA6QQ7G8DVJXM24T6QMBDVS7D0TRTAR5").unwrap()
+ StacksAddress::from_string("SM1Z6BP8PDKYKXTZXXSKXFEY6NQ7RAM7DAEAYR045").unwrap()
102
});
103
104
/// The initial recipient address for SIP-031 on testnet.
0 commit comments