Skip to content

Commit 0acb199

Browse files
committed
repair: remove callbacks
1 parent fc6d7cf commit 0acb199

File tree

7 files changed

+864
-958
lines changed

7 files changed

+864
-958
lines changed

src/disco/fd_disco_base.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ FD_FN_CONST static inline ulong
239239
fd_disco_repair_replay_sig( ulong slot, ushort parent_off, uint data_cnt, int slot_complete ) {
240240
/*
241241
| slot (32) | parent_off (16) | data_cnt (15) | slot_complete(1)
242-
| [32, 63] | [16, 31] | [1, 16] | [0]
242+
| [32, 63] | [16, 31] | [1, 15] | [0]
243243
*/
244244
ulong slot_ul = fd_ulong_min( slot, (ulong)UINT_MAX );
245245
ulong parent_off_ul = (ulong)parent_off;

0 commit comments

Comments
 (0)