Skip to content

Commit

Permalink
there were several more of these
Browse files Browse the repository at this point in the history
  • Loading branch information
jrick committed Aug 2, 2023
1 parent 098a0c1 commit d3f28fe
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 36 deletions.
9 changes: 0 additions & 9 deletions wire/msgmixct_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,6 @@ func TestMixCTWire(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
9 changes: 0 additions & 9 deletions wire/msgmixdc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,6 @@ func TestMixDCWire(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
9 changes: 0 additions & 9 deletions wire/msgmixke_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,6 @@ func TestMixKEWire(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
9 changes: 0 additions & 9 deletions wire/msgmixsr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,6 @@ func TestMixSRWire(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 d3f28fe

Please sign in to comment.