File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
stackslib/src/chainstate/stacks/boot Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,6 @@ pub const SIP_031_MAINNET_ADDR: LazyLock<StacksAddress> = LazyLock::new(|| {
101
101
} ) ;
102
102
103
103
/// The initial recipient address for SIP-031 on testnet.
104
- /// TODO: replace with actual address
105
104
pub const SIP_031_TESTNET_ADDR : LazyLock < StacksAddress > = LazyLock :: new ( || {
106
105
StacksAddress :: from_string ( "ST1QCN9YMXMJPJ0Y5EMR627FCWDXQWT1CRK9CWN23" ) . unwrap ( )
107
106
} ) ;
@@ -5905,11 +5904,11 @@ pub mod test {
5905
5904
fn test_sip031_addrs ( ) {
5906
5905
assert_eq ! (
5907
5906
SIP_031_MAINNET_ADDR . to_string( ) ,
5908
- "SP1A2K3ENNA6QQ7G8DVJXM24T6QMBDVS7D0TRTAR5 "
5907
+ "SM1Z6BP8PDKYKXTZXXSKXFEY6NQ7RAM7DAEAYR045 "
5909
5908
) ;
5910
5909
assert_eq ! (
5911
5910
SIP_031_TESTNET_ADDR . to_string( ) ,
5912
- "ST1PQHQKV0RJXZFY1DGX8MNSNYVE3VGZJSRTPGZGM "
5911
+ "ST1QCN9YMXMJPJ0Y5EMR627FCWDXQWT1CRK9CWN23 "
5913
5912
) ;
5914
5913
5915
5914
assert_eq ! (
You can’t perform that action at this time.
0 commit comments