mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-05-31 08:04:24 +08:00
Cargo Format
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user