Skip to content

Commit

Permalink
remove TODO item
Browse files Browse the repository at this point in the history
  • Loading branch information
mplsgrant committed Jan 17, 2024
1 parent 48c18ec commit c122894
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@ pub trait RpcApi: Sized {
fn get_block_txs(&self, hash: &bitcoin::BlockHash) -> Result<json::GetBlockTxsResult> {
self.call("getblock", &[into_json(hash)?, 3.into()])
}
//TODO(stevenroose) add getblock_txs

fn get_block_header(&self, hash: &bitcoin::BlockHash) -> Result<bitcoin::block::Header> {
let hex: String = self.call("getblockheader", &[into_json(hash)?, false.into()])?;
Expand Down

0 comments on commit c122894

Please sign in to comment.