aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cryptonote_core/blockchain_db.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cryptonote_core/blockchain_db.h b/src/cryptonote_core/blockchain_db.h
index 5728f7065..5359909f7 100644
--- a/src/cryptonote_core/blockchain_db.h
+++ b/src/cryptonote_core/blockchain_db.h
@@ -127,6 +127,9 @@
namespace cryptonote
{
+// typedef for convenience
+typedef std::pair<crypto::hash, uint64_t> tx_out_index;
+
/***********************************
* Exception Definitions
***********************************/