requestsBlocks property
bool
get
requestsBlocks
Check if requesting any blocks
Implementation
bool get requestsBlocks {
return invList.any((inv) => inv.type == InvType.msgBlock);
}
Check if requesting any blocks
bool get requestsBlocks {
return invList.any((inv) => inv.type == InvType.msgBlock);
}