Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into feat/BUX-480/RecordTransaction
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazarii-4chain authored Jan 31, 2024
2 parents 102f8a6 + d9a5269 commit 56949fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ var ErrUtxoNotReserved = errors.New("transaction utxo has not been reserved for
var ErrDraftIDMismatch = errors.New("transaction draft id does not match utxo draft reservation id")

// ErrMissingTxHex is when the hex is missing or invalid and creates an empty id
var ErrMissingTxHex = errors.New("transaction hex is empty or id is missing")
var ErrMissingTxHex = errors.New("transaction hex is invalid or id is missing")

// ErrMissingBlockHeaderHash is when the hash is missing or invalid and creates an empty id
var ErrMissingBlockHeaderHash = errors.New("block header hash is empty or id is missing")
Expand Down

0 comments on commit 56949fb

Please sign in to comment.