Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
jrick committed Aug 2, 2023
1 parent 8aa7abb commit 098a0c1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions wire/msgmixcm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,6 @@ func TestMixCMWire(t *testing.T) {
}
return s
}
/*
rhash := func(b byte) chainhash.Hash {
var h chainhash.Hash
for i := range h {
h[i] = b
}
return h
}
*/

// Create a fictitious message with easily-distinguishable fields.

Expand Down

0 comments on commit 098a0c1

Please sign in to comment.