Skip to content

Commit

Permalink
Private Data Comparison
Browse files Browse the repository at this point in the history
Resolves #2818

Signed-off-by: Julian Castrence <juliancastrence@ibm.com>
  • Loading branch information
jrc-ibm authored and denyeart committed Sep 3, 2021
1 parent cbe7d44 commit b1d7538
Show file tree
Hide file tree
Showing 3 changed files with 368 additions and 123 deletions.
2 changes: 1 addition & 1 deletion cmd/ledgerutil/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func main() {

fmt.Print("\nSuccessfully compared snapshots. ")
if count == -1 {
fmt.Println("Both snapshot public state hashes were the same. No results were generated.")
fmt.Println("Both snapshot public state and private state hashes were the same. No results were generated.")
} else {
fmt.Printf("Results saved to %s. Total differences found: %d\n", outputDirPath, count)
}
Expand Down

0 comments on commit b1d7538

Please sign in to comment.