Skip to content

Commit

Permalink
chore: fix some comments
Browse files Browse the repository at this point in the history
Signed-off-by: yingshanghuangqiao <yingshanghuangqiao@foxmail.com>
  • Loading branch information
yingshanghuangqiao committed Jul 22, 2024
1 parent 471b03e commit 817d024
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 817d024

Please sign in to comment.