Rename JSON RPC getLastId to getRecentBlockHash
This commit is contained in:
committed by
Greg Fitzgerald
parent
258cf21416
commit
85159a0eb4
@@ -222,7 +222,7 @@ impl ThinClient {
|
||||
trace!("try_get_recent_block_hash send_to {}", &self.rpc_addr);
|
||||
let response = self
|
||||
.rpc_client
|
||||
.make_rpc_request(1, RpcRequest::GetLastId, None);
|
||||
.make_rpc_request(1, RpcRequest::GetRecentBlockHash, None);
|
||||
|
||||
match response {
|
||||
Ok(value) => {
|
||||
|
Reference in New Issue
Block a user