Check if requesting a specific hash
bool isRequesting(Hash hash) { return invList.any((inv) => inv.hash == hash); }