Skip to content

Commit ab2766c

Browse files
committed
blockchain: Correct process test comment.
This was incorrectly changed by the godoc reformat for the updated requirements of Go 1.19.
1 parent 04c4e2d commit ab2766c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/blockchain/process_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ func TestProcessOrder(t *testing.T) {
167167
//
168168
// The generated blocks form a fairly complex overall block tree as follows:
169169
//
170-
// '-' denotes invalid header
170+
// '*' denotes invalid header
171171
// '!' denotes invalid block prior to connection (e.g. vote from bad ticket)
172172
// '@' denotes invalid block when connected (e.g. double spend)
173173
// 'bfb' is the required first block

0 commit comments

Comments
 (0)