diff --git a/errors.go b/errors.go
index 17562034..6beabed5 100644
--- a/errors.go
+++ b/errors.go
@@ -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")