aboutsummaryrefslogtreecommitdiff
path: root/src/node/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node/types.h')
-rw-r--r--src/node/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node/types.h b/src/node/types.h
index bb8d17ef43..1302f1b127 100644
--- a/src/node/types.h
+++ b/src/node/types.h
@@ -19,7 +19,7 @@ namespace node {
enum class TransactionError {
OK, //!< No error
MISSING_INPUTS,
- ALREADY_IN_CHAIN,
+ ALREADY_IN_UTXO_SET,
MEMPOOL_REJECTED,
MEMPOOL_ERROR,
MAX_FEE_EXCEEDED,