Add genesis blockhash to blobs (#3953)

This commit is contained in:
Sagar Dhawan
2019-04-23 16:24:44 -07:00
committed by GitHub
parent 4e7e5ace9d
commit 0cbac26591
10 changed files with 71 additions and 8 deletions

View File

@@ -243,6 +243,7 @@ impl Replicator {
repair_socket,
&exit,
Some(repair_slot_range),
&Hash::default(),
);
let client = create_client(cluster_entrypoint.client_facing_addr(), FULLNODE_PORT_RANGE);