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

BUX-496: Admin record transactions #557

Merged
merged 1 commit into from
Jan 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading