database: Correct test logging found by go vet.
This commit is contained in:
parent
6211eef7ee
commit
167afc5304
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ out:
|
|||
} else {
|
||||
for _, lr := range txReply {
|
||||
if lr.Err != nil {
|
||||
fmt.Errorf("stx %v spent %v err %v\n", lr.Sha,
|
||||
t.Errorf("stx %v spent %v err %v\n", lr.Sha,
|
||||
lr.TxSpent, lr.Err)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue