mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
sol: minor changes
This commit is contained in:
@@ -110,7 +110,9 @@ impl SolClient {
|
||||
};
|
||||
|
||||
// Check if we're already subscribed
|
||||
if self.subscriptions.lock().await.contains(&pubkey) {}
|
||||
if self.subscriptions.lock().await.contains(&pubkey) {
|
||||
return Ok(());
|
||||
}
|
||||
|
||||
let rpc = RpcClient::new(self.rpc_server.to_string());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user