pub trait RemoveBlockRequest {
    // Required method
    fn remove_block_request(&self, hash: &u256);
}

Required Methods§

source

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 |

Implementors§