We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c605781 + ee782f3 commit 05130b6Copy full SHA for 05130b6
src/chain/bitcoind_rpc.rs
@@ -201,7 +201,7 @@ impl BlockSource for BitcoindRpcClient {
201
Box::pin(async move { self.rpc_client.get_block(header_hash).await })
202
}
203
204
- fn get_best_block<'a>(&'a self) -> AsyncBlockSourceResult<(BlockHash, Option<u32>)> {
+ fn get_best_block(&self) -> AsyncBlockSourceResult<(BlockHash, Option<u32>)> {
205
Box::pin(async move { self.rpc_client.get_best_block().await })
206
207
0 commit comments