Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: ReyisaRuby <yisa@reddio.com>
  • Loading branch information
ReyisaRuby committed Jan 7, 2025
1 parent c745a0f commit 45f049c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/txdb/txdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func getStatusValue(err error) string {
if err == nil {
return successStatus
}
return err.Error()
return errStatus
}

func (t *txnkvdb) GetTxn(txnHash Hash) (txn *SignedTxn, err error) {
Expand Down

0 comments on commit 45f049c

Please sign in to comment.