Skip to content

Commit 8b1d8b3

Browse files
Squashed 'libbitcoinkernel-sys/bitcoin/' changes from b627a3aea0a8..7ff7bca4e142
7ff7bca4e142 change install directory for kernel 2db01cba4f7f kernel/blockreader REVERT: b627a3aea0a8 change install directory for kernel REVERT: 6d1ca585d459 kernel/blockreader git-subtree-dir: libbitcoinkernel-sys/bitcoin git-subtree-split: 7ff7bca4e142ca4e32d7f0e200f5542d44605a10
1 parent be82909 commit 8b1d8b3

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_out_point_get_index(const kernel_TransactionOutPoint*);
121121

122122
#ifdef __cplusplus
123123
}

0 commit comments

Comments
 (0)