File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,9 +105,9 @@ BITCOINKERNEL_API bool BITCOINKERNEL_WARN_UNUSED_RESULT kernel_block_index_has_w
105
105
106
106
BITCOINKERNEL_API kernel_BlockPointer* BITCOINKERNEL_WARN_UNUSED_RESULT kernel_blockreader_get_block_by_index (const kernel_blockreader_Reader* reader, const kernel_BlockIndex* block_index) BITCOINKERNEL_ARG_NONNULL(1 );
107
107
108
- BITCOINKERNEL_API uint32_t BITCOINKERNEL_WARN_UNUSED_RESULT kernel_block_get_transaction_count (kernel_BlockPointer* block_pointer) BITCOINKERNEL_ARG_NONNULL(1 );
108
+ BITCOINKERNEL_API uint32_t BITCOINKERNEL_WARN_UNUSED_RESULT kernel_block_get_transaction_count (const kernel_BlockPointer* block_pointer) BITCOINKERNEL_ARG_NONNULL(1 );
109
109
110
- BITCOINKERNEL_API kernel_Transaction* BITCOINKERNEL_WARN_UNUSED_RESULT kernel_block_get_transaction (kernel_BlockPointer* block_pointer, size_t index) BITCOINKERNEL_ARG_NONNULL(1 );
110
+ BITCOINKERNEL_API kernel_Transaction* BITCOINKERNEL_WARN_UNUSED_RESULT kernel_block_get_transaction (const kernel_BlockPointer* block_pointer, size_t index) BITCOINKERNEL_ARG_NONNULL(1 );
111
111
112
112
#ifdef __cplusplus
113
113
}
You can’t perform that action at this time.
0 commit comments