Add parent slot to getConfirmedBlock (#7038)

* Add parent slot to getConfirmedBlock

* Fix bad text-replace

* Use camelCase in getConfirmedBlock
This commit is contained in:
Tyera Eulberg
2019-11-19 09:39:55 -07:00
committed by GitHub
parent 5b7bd24f0a
commit ea656b1a3f
4 changed files with 6 additions and 1 deletions

View File

@ -512,7 +512,7 @@ pub trait RpcSol {
#[rpc(meta, name = "setLogFilter")]
fn set_log_filter(&self, _meta: Self::Metadata, filter: String) -> Result<()>;
#[rpc(meta, name = "getRpcConfirmedBlock")]
#[rpc(meta, name = "getConfirmedBlock")]
fn get_confirmed_block(
&self,
meta: Self::Metadata,