Skip to content

Commit

Permalink
Merge pull request #4535 from yingshanghuangqiao/develop
Browse files Browse the repository at this point in the history
chore: fix some comments
  • Loading branch information
chenyukang authored Jul 23, 2024
2 parents 471b03e + 817d024 commit a2056b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benches/benches/benchmarks/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ pub fn create_2out_transaction(

pub fn dao_data(shared: &Shared, parent: &HeaderView, txs: &[TransactionView]) -> Byte32 {
let mut seen_inputs = HashSet::new();
// In case of resolving errors, we just output a dummp DAO field,
// In case of resolving errors, we just output a dummy DAO field,
// since those should be the cases where we are testing invalid
// blocks
let transactions_provider = TransactionsProvider::new(txs.iter());
Expand Down
2 changes: 1 addition & 1 deletion util/test-chain-utils/src/mock_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ pub fn dao_data(
ignore_resolve_error: bool,
) -> Byte32 {
let mut seen_inputs = HashSet::new();
// In case of resolving errors, we just output a dummp DAO field,
// In case of resolving errors, we just output a dummy DAO field,
// since those should be the cases where we are testing invalid
// blocks
let transactions_provider = TransactionsProvider::new(txs.iter());
Expand Down

0 comments on commit a2056b5

Please sign in to comment.