Remove an obsolete comment.

This commit is contained in:
David Schwartz
2013-09-24 16:45:55 -07:00
parent 807b4fd659
commit ea11987609

View File

@@ -7,11 +7,6 @@
#ifndef ORDERBOOK_DB_H
#define ORDERBOOK_DB_H
//
// XXX Eventually make this cached and just update it as transactions come in.
// But, for now it is probably faster to just generate it each time.
//
//------------------------------------------------------------------------------
typedef std::pair<uint160, uint160> currencyIssuer_t;