Rename JSON RPC getLastId to getRecentBlockHash

This commit is contained in:
Michael Vines
2019-03-02 10:12:14 -08:00
committed by Greg Fitzgerald
parent 258cf21416
commit 85159a0eb4
7 changed files with 18 additions and 18 deletions

View File

@@ -24,7 +24,7 @@ fn test_rpc_send_tx() {
let request = json!({
"jsonrpc": "2.0",
"id": 1,
"method": "getLastId",
"method": "getRecentBlockHash",
"params": json!([])
});
let rpc_addr = leader_data.rpc;