Skip to content

Commit

Permalink
try no CloneRpcClient depl slot 0
Browse files Browse the repository at this point in the history
  • Loading branch information
rnovikov committed Dec 4, 2024
1 parent 80740ae commit 11e059d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions evm_loader/lib/src/rpc/validator_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ impl Deref for CloneRpcClient {

#[async_trait(?Send)]
impl Rpc for CloneRpcClient {
async fn get_last_deployed_slot(&self, _program_id: &Pubkey) -> ClientResult<Option<u64>> {
Ok(Some(0))
}
// async fn get_last_deployed_slot(&self, _program_id: &Pubkey) -> ClientResult<Option<u64>> {
// Ok(Some(0))
// }
async fn get_account_slice(
&self,
key: &Pubkey,
Expand Down

0 comments on commit 11e059d

Please sign in to comment.