File tree Expand file tree Collapse file tree
include/bitcoin/database/tables Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -281,22 +281,6 @@ namespace schema
281281 static_assert (minrow == 3u );
282282 };
283283
284- // TODO: reorganize as index (not archive).
285- // moderate (sk:7) record multimap, with low multiple rate.
286- struct spend
287- {
288- static constexpr bool hash_function = false ;
289- static constexpr size_t pk = schema::spend_;
290- static constexpr size_t sk = schema::tx + schema::index;
291- static constexpr size_t minsize =
292- schema::point::pk; // point->hash
293- static constexpr size_t minrow = pk + sk + minsize;
294- static constexpr size_t size = minsize;
295- static constexpr linkage<pk> count () NOEXCEPT { return 1 ; }
296- static_assert (minsize == 4u );
297- static_assert (minrow == 15u );
298- };
299-
300284 // TODO: modest (sk:4) record multimap, with high multiple rate.
301285 // large (sk:32) record multimap, with high multiple rate.
302286 // address record count is output count.
You can’t perform that action at this time.
0 commit comments