Skip to content

Commit

Permalink
[lbry] test: fix ExampleBlockChain_ProcessBlock()
Browse files Browse the repository at this point in the history
  • Loading branch information
roylee17 committed Oct 20, 2021
1 parent e75554b commit 9a40c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blockchain/example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func ExampleBlockChain_ProcessBlock() {
fmt.Printf("Block accepted. Is it an orphan?: %v", isOrphan)

// Output:
// Failed to process block: already have block 000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f
// Failed to process block: already have block 9c89283ba0f3227f6c03b70216b9f665f0118d5e0fa729cedf4fb34d6a34f463
}

// This example demonstrates how to convert the compact "bits" in a block header
Expand Down

0 comments on commit 9a40c11

Please sign in to comment.