Skip to content

Commit 357b4c2

Browse files
authored
Apply suggestion from @maxtropets
1 parent fe30138 commit 357b4c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/node/snapshot_serdes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ namespace ccf
209209

210210
auto rc = store->deserialise_snapshot(
211211
snapshot.data(),
212-
segments.header_and_body.size(),
212+
snapshot.size(),
213213
hooks,
214214
view_history,
215215
public_only);

0 commit comments

Comments
 (0)