Skip to content

Commit 04fbc6b

Browse files
craigmayhewglottologist
authored andcommitted
docs: corrections
1 parent d1bf1f9 commit 04fbc6b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/chain/tests/block_production/data_poa_boundary_acceptance.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ use irys_types::{irys::IrysSigner, DataLedger, NodeConfig, U256};
1212
/// snapshot at the boundary.
1313
/// - We set submit_ledger_epoch_length = 1 to encourage slot changes at the boundary, which makes
1414
/// correctness dependent on using the PARENT snapshot for PoA validation.
15-
/// - The test constructs a SolutionContext using a real tx (with tx_path/data_path) so the block
16-
/// producer builds a data PoA block, not a capacity PoA block.
15+
/// - The test constructs a SolutionContext using a real tx (with tx_path/data_path), intended to
16+
/// produce a data PoA block (as opposed to a capacity PoA block).
1717
#[test_log::test(actix_web::test)]
1818
async fn data_poa_boundary_acceptance() -> eyre::Result<()> {
1919
// Small configuration to make epochs quick and slot changes frequent.
@@ -52,7 +52,7 @@ async fn data_poa_boundary_acceptance() -> eyre::Result<()> {
5252
// Anchor is genesis
5353
let anchor = node.get_block_by_height(0).await?.block_hash;
5454

55-
// Post a publish data tx and wait for mempool
55+
// Post a data tx and wait for mempool
5656
let tx = node
5757
.post_data_tx(anchor, vec![7_u8; DATA_SIZE], &user_signer)
5858
.await;

0 commit comments

Comments
 (0)