Sean Chittenden e9a2f5b40c
Chase casting types.CheckID to a string into the state_store.
It turns out the indexer can only use strings as arguments when
creating a query.  Cast `types.CheckID` to a `string` before calling
into `memdb`.

Ideally the indexer would be smart enough to do this at compile-time,
but I need to look into how to do this without reflection and the
runtime package.  For the time being statically cast `types.CheckID`
to a `string` at the call sites.
2016-06-07 16:59:02 -04:00
..
2016-05-15 09:13:52 -07:00
2014-05-20 16:25:29 -07:00
2014-04-11 16:34:29 -07:00
2013-12-31 13:06:33 -08:00
2013-12-31 13:06:33 -08:00
2013-12-31 13:06:33 -08:00
2014-06-11 10:58:26 -07:00
2016-03-04 16:27:30 -05:00
2015-01-25 05:00:52 +01:00
2014-08-21 16:08:21 -07:00