missing typedef

This commit is contained in:
Thomas Winget 2014-10-06 19:54:46 -04:00 committed by warptangent
parent aba548cbf7
commit 67515b8b19

View file

@ -127,6 +127,9 @@
namespace cryptonote
{
// typedef for convenience
typedef std::pair<crypto::hash, uint64_t> tx_out_index;
/***********************************
* Exception Definitions
***********************************/