From 67515b8b19b7a9ea4f1666519a624f5efa44cdf3 Mon Sep 17 00:00:00 2001 From: Thomas Winget Date: Mon, 6 Oct 2014 19:54:46 -0400 Subject: [PATCH] missing typedef --- src/cryptonote_core/blockchain_db.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/cryptonote_core/blockchain_db.h b/src/cryptonote_core/blockchain_db.h index 5728f7065ba..5359909f70d 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 tx_out_index; + /*********************************** * Exception Definitions ***********************************/