We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daf5792 commit 85b8ea8Copy full SHA for 85b8ea8
1 file changed
include/bitcoin/database/tables/schema.hpp
@@ -94,7 +94,7 @@ struct transaction
94
sizeof(uint32_t) +
95
schema::index + // inputs count
96
schema::index + // outputs count
97
- schema::ins_ + // first contiguous input (point)
+ schema::ins_ + // first contiguous input (point)
98
schema::outs_; // first contiguous output (put)
99
static constexpr size_t minrow = pk + sk + minsize;
100
static constexpr size_t size = minsize;
0 commit comments