Skip to content

Commit

Permalink
fix: correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jjyr committed May 26, 2022
1 parent f9896af commit 253b1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tests/src/testing_tool/chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ pub async fn construct_block_with_timestamp(
if !refresh_mem_pool {
assert!(
deposit_requests.is_empty(),
"skip refresh mem pool, bug deposits isn't empty"
"skip refresh mem pool, but deposits isn't empty"
)
}
let stake_cell_owner_lock_hash = H256::zero();
Expand Down

0 comments on commit 253b1dc

Please sign in to comment.