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 18c5113 commit 41d5e5eCopy full SHA for 41d5e5e
stackslib/src/chainstate/nakamoto/mod.rs
@@ -5044,8 +5044,10 @@ impl NakamotoChainState {
5044
let recipient = PrincipalData::Contract(boot_code_id(SIP_031_NAME, mainnet));
5045
5046
info!(
5047
- "SIP-031 minting {} uSTX and transferring to {} for burn_block_height {}",
5048
- sip_031_mint_and_transfer_amount, recipient, chain_tip_burn_header_height
+ "SIP-031 minting and transferring on new tenure";
+ "mint_and_transfer_amount" => sip_031_mint_and_transfer_amount,
5049
+ "recipient" => recipient.to_string(),
5050
+ "burnchain_height" => chain_tip_burn_header_height
5051
);
5052
5053
clarity_tx.connection().as_transaction(|tx_conn| {
0 commit comments