Use the Mining Proof's Signature as storage keys (#3321)

This commit is contained in:
Sagar Dhawan
2019-03-15 11:44:10 -07:00
committed by GitHub
parent ca69b7b75b
commit be5f800390
2 changed files with 32 additions and 23 deletions

View File

@@ -356,7 +356,6 @@ impl Replicator {
let node_idx = thread_rng().gen_range(0, rpc_peers.len());
RpcClient::new_from_socket(rpc_peers[node_idx].rpc)
};
let storage_blockhash = rpc_client
.make_rpc_request(2, RpcRequest::GetStorageBlockhash, None)
.expect("rpc request")