P2PServer: request blocks coming from BLOCK_NOTIFY

This commit is contained in:
SChernykh
2023-07-05 11:42:34 +02:00
parent 8d9f16c387
commit 2f5b0db786
2 changed files with 37 additions and 0 deletions

View File

@@ -175,6 +175,8 @@ public:
int deserialize_block(const uint8_t* buf, uint32_t size, bool compact, uint64_t received_timestamp);
const PoolBlock* get_block() const { return m_block; }
const PoolBlock* find_block(const hash& id) const;
private:
const char* get_category() const override { return "P2PServer "; }