Skip to content

Commit

Permalink
Fix Build (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
otaliptus authored Apr 4, 2024
1 parent f329e85 commit f8ad036
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/sovereign-sdk/full-node/sov-stf-runner/src/runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -472,10 +472,12 @@ where
batch_hash: batch_receipt.batch_hash,
da_slot_hash: filtered_block.header().hash(),
da_slot_height: filtered_block.header().height(),
da_slot_txs_commitment: filtered_block.header().txs_commitment(),
tx_receipts: batch_receipt.tx_receipts,
soft_confirmation_signature: soft_batch.soft_confirmation_signature,
pub_key: soft_batch.pub_key,
l1_fee_rate: soft_batch.l1_fee_rate,
timestamp: soft_batch.timestamp,
};

self.ledger_db.commit_soft_batch(soft_batch_receipt, true)?;
Expand Down

0 comments on commit f8ad036

Please sign in to comment.