We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76b0afd commit be82909Copy full SHA for be82909
src/kernel/blockreader/blockreader.h
@@ -117,7 +117,7 @@ BITCOINKERNEL_API const kernel_TransactionOutPoint* BITCOINKERNEL_WARN_UNUSED_RE
117
118
BITCOINKERNEL_API const kernel_BlockHash* BITCOINKERNEL_WARN_UNUSED_RESULT kernel_transaction_out_point_get_hash(const kernel_TransactionOutPoint* out_point) BITCOINKERNEL_ARG_NONNULL(1);
119
120
-BITCOINKERNEL_API uint32_t BITCOINKERNEL_WARN_UNUSED_RESULT kernel_transaction_outpoint_get_index(const kernel_TransactionOutPoint*)
+BITCOINKERNEL_API uint32_t BITCOINKERNEL_WARN_UNUSED_RESULT kernel_transaction_outpoint_get_index(const kernel_TransactionOutPoint*);
121
122
#ifdef __cplusplus
123
}
0 commit comments