We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62b929f commit 5b55a63Copy full SHA for 5b55a63
1 file changed
include/bitcoin/system/chain/prevout.hpp
@@ -54,6 +54,7 @@ class BC_API prevout final
54
uint32_t median_time_past{ max_uint32 };
55
56
/// node: set to the database record of the input association.
57
+ /// node: it is necessary that Link::terminal derives from max_uint32.
58
uint32_t link;
59
};
60
0 commit comments