We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f18035 commit d2fff18Copy full SHA for d2fff18
signer/tests/integration/postgres.rs
@@ -7944,7 +7944,7 @@ mod canonical_bitcoin_blockchain {
7944
let fork_block_1 = fork_chain.nth_block(2u64.into());
7945
let fork_block_2 = fork_chain.nth_block(3u64.into());
7946
7947
- // Verify that fork blocks are not marked as canonical
+ // Verify that forked blocks are not marked as canonical
7948
let fork_1_is_canonical = db
7949
.is_block_canonical(&fork_block_1.block_hash)
7950
.await
0 commit comments