missing typedef

pull/256/head^2
Thomas Winget 10 years ago committed by warptangent
parent aba548cbf7
commit 67515b8b19

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

Loading…
Cancel
Save