database: Correct test logging found by go vet.

This commit is contained in:
Dave Collins 2015-04-09 00:23:40 -05:00
parent 6211eef7ee
commit 167afc5304

View file

@ -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)
}
}