Rename get_storage_mining_entry_height to get_storage_entry_height for consistency
This commit is contained in:
committed by
Greg Fitzgerald
parent
81cd461591
commit
642d3d903f
@@ -138,7 +138,7 @@ pub enum RpcRequest {
|
||||
SignVote,
|
||||
DeregisterNode,
|
||||
GetStorageBlockHash,
|
||||
GetStorageMiningEntryHeight,
|
||||
GetStorageEntryHeight,
|
||||
GetStoragePubkeysForEntryHeight,
|
||||
}
|
||||
|
||||
@@ -158,7 +158,7 @@ impl RpcRequest {
|
||||
RpcRequest::SignVote => "signVote",
|
||||
RpcRequest::DeregisterNode => "deregisterNode",
|
||||
RpcRequest::GetStorageBlockHash => "getStorageBlockHash",
|
||||
RpcRequest::GetStorageMiningEntryHeight => "getStorageMiningEntryHeight",
|
||||
RpcRequest::GetStorageEntryHeight => "getStorageEntryHeight",
|
||||
RpcRequest::GetStoragePubkeysForEntryHeight => "getStoragePubkeysForEntryHeight",
|
||||
};
|
||||
let mut request = json!({
|
||||
|
Reference in New Issue
Block a user