Fix locked_funds computation (#200)

This commit is contained in:
Lee *!* Clagett
2025-11-14 12:44:18 -05:00
committed by Lee *!* Clagett
parent 26a882965f
commit 0caec18f84
2 changed files with 9 additions and 4 deletions

View File

@@ -75,6 +75,9 @@ namespace db
};
WIRE_AS_INTEGER(block_id);
inline constexpr std::uint64_t to_uint(const block_id src) noexcept
{ return std::uint64_t(src); }
//! References a global output number, as determined by the public chain
struct output_id
{