Rename get_storage_mining_entry_height to get_storage_entry_height for consistency

This commit is contained in:
Michael Vines
2019-03-02 09:56:06 -08:00
committed by Greg Fitzgerald
parent 81cd461591
commit 642d3d903f
3 changed files with 8 additions and 8 deletions

View File

@@ -343,7 +343,7 @@ impl Replicator {
.expect("rpc request")
.to_string();
let storage_entry_height = rpc_client
.make_rpc_request(2, RpcRequest::GetStorageMiningEntryHeight, None)
.make_rpc_request(2, RpcRequest::GetStorageEntryHeight, None)
.expect("rpc request")
.as_u64()
.unwrap();