mirror of
https://github.com/vtnerd/monero-lws.git
synced 2025-04-25 22:54:45 +00:00
Update comments for db::spend
This commit is contained in:
parent
45b39b3bcf
commit
a31eb912e1
1 changed files with 1 additions and 1 deletions
|
@ -217,8 +217,8 @@ namespace db
|
|||
{
|
||||
transaction_link link; //!< Orders and links `spend` to `output`.
|
||||
crypto::key_image image; //!< Unique ID for the spend
|
||||
// `link` and `image` must in this order for LMDB optimizations
|
||||
output_id source; //!< The output being spent
|
||||
// `link`, `image`, and source must in this order for LMDB optimizations
|
||||
std::uint64_t timestamp; //!< Timestamp of spend
|
||||
std::uint64_t unlock_time;//!< Unlock time of spend
|
||||
std::uint32_t mixin_count;//!< Ring-size of TX output
|
||||
|
|
Loading…
Reference in a new issue