Trait bitcoin_peerman::RemoveBlockRequest
source · pub trait RemoveBlockRequest {
// Required method
fn remove_block_request(&self, hash: &u256);
}Required Methods§
sourcefn remove_block_request(&self, hash: &u256)
fn remove_block_request(&self, hash: &u256)
| Remove this block from our tracked requested | blocks. Called if: | | - the block has been received from a peer | | - the request for the block has timed | out |