diff --git a/src/cryptonote_core/blockchain_db.h b/src/cryptonote_core/blockchain_db.h index 5728f706..5359909f 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 ***********************************/