Skip to content

Commit be82909

Browse files
Squashed 'libbitcoinkernel-sys/bitcoin/' changes from deb632faf686..b627a3aea0a8
b627a3aea0a8 change install directory for kernel 6d1ca585d459 kernel/blockreader REVERT: deb632faf686 change install directory for kernel REVERT: 0b72a1b3471c kernel/blockreader git-subtree-dir: libbitcoinkernel-sys/bitcoin git-subtree-split: b627a3aea0a85b0ff889b4d171e601ac56521c3f
1 parent 76b0afd commit be82909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kernel/blockreader/blockreader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ BITCOINKERNEL_API const kernel_TransactionOutPoint* BITCOINKERNEL_WARN_UNUSED_RE
117117

118118
BITCOINKERNEL_API const kernel_BlockHash* BITCOINKERNEL_WARN_UNUSED_RESULT kernel_transaction_out_point_get_hash(const kernel_TransactionOutPoint* out_point) BITCOINKERNEL_ARG_NONNULL(1);
119119

120-
BITCOINKERNEL_API uint32_t BITCOINKERNEL_WARN_UNUSED_RESULT kernel_transaction_outpoint_get_index(const kernel_TransactionOutPoint*)
120+
BITCOINKERNEL_API uint32_t BITCOINKERNEL_WARN_UNUSED_RESULT kernel_transaction_outpoint_get_index(const kernel_TransactionOutPoint*);
121121

122122
#ifdef __cplusplus
123123
}

0 commit comments

Comments
 (0)