Skip to content

Commit d2fff18

Browse files
committed
comment update
1 parent 5f18035 commit d2fff18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

signer/tests/integration/postgres.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7944,7 +7944,7 @@ mod canonical_bitcoin_blockchain {
79447944
let fork_block_1 = fork_chain.nth_block(2u64.into());
79457945
let fork_block_2 = fork_chain.nth_block(3u64.into());
79467946

7947-
// Verify that fork blocks are not marked as canonical
7947+
// Verify that forked blocks are not marked as canonical
79487948
let fork_1_is_canonical = db
79497949
.is_block_canonical(&fork_block_1.block_hash)
79507950
.await

0 commit comments

Comments
 (0)