Make go vet happy.
This commit is contained in:
parent
463029df76
commit
f6c7cf92fd
1 changed files with 2 additions and 2 deletions
|
@ -177,7 +177,7 @@ var cmdtests = []struct {
|
|||
name: "notifyspent",
|
||||
f: func() (btcjson.Cmd, error) {
|
||||
op := &btcwire.OutPoint{
|
||||
Hash: btcwire.ShaHash{0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
|
||||
Hash: [...]byte{0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
|
||||
10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
|
||||
20, 21, 22, 23, 24, 25, 26, 27, 28, 29,
|
||||
30, 31},
|
||||
|
@ -188,7 +188,7 @@ var cmdtests = []struct {
|
|||
result: &NotifySpentCmd{
|
||||
id: float64(1),
|
||||
OutPoint: &btcwire.OutPoint{
|
||||
Hash: btcwire.ShaHash{0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
|
||||
Hash: [...]byte{0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
|
||||
10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
|
||||
20, 21, 22, 23, 24, 25, 26, 27, 28, 29,
|
||||
30, 31},
|
||||
|
|
Loading…
Add table
Reference in a new issue