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.
1 parent c605781 commit ee782f3Copy full SHA for ee782f3
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