Skip to content

Commit

Permalink
Add missing implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
ryleung-solana committed Nov 16, 2023
1 parent 01f9203 commit 7d5b1cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions connection-cache/src/connection_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,10 @@ mod tests {
fn new_connection_config(&self) -> Self::NewConnectionConfig {
MockUdpConfig::new().unwrap()
}

fn update_key(&mut self, _key: &Keypair) -> Result<(), Box<dyn std::error::Error>> {
Ok(())
}
}

impl BlockingClientConnection for MockUdpConnection {
Expand Down

0 comments on commit 7d5b1cf

Please sign in to comment.