Skip to content

Commit

Permalink
Merge d87a5e8 into f15728b
Browse files Browse the repository at this point in the history
  • Loading branch information
ineiti committed Jul 22, 2020
2 parents f15728b + d87a5e8 commit 3e5003c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion context.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ func (c *Context) SaveVersion(version int) error {
return b.Put(dbVersion, buf.Bytes())
})
if err != nil {
return xerrors.Errorf("tx error: %v")
return xerrors.Errorf("tx error: %v", err)
}
return nil
}
Expand Down

0 comments on commit 3e5003c

Please sign in to comment.