Skip to content

Commit

Permalink
Cargo Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Marzi authored and jferrant committed Feb 27, 2024
1 parent 221ee48 commit 708a3fc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions stackslib/src/chainstate/nakamoto/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2345,10 +2345,7 @@ impl NakamotoChainState {
tenure_fees,
)?;
if let Some(block_reward) = block_reward {
StacksChainState::insert_miner_payment_schedule(
headers_tx.deref_mut(),
block_reward
)?;
StacksChainState::insert_miner_payment_schedule(headers_tx.deref_mut(), block_reward)?;
}
StacksChainState::store_burnchain_txids(
headers_tx.deref(),
Expand Down

0 comments on commit 708a3fc

Please sign in to comment.