Browse Source

Added missing include to hash_type (#258)

pull/259/head v0.1.25
Eduardo Menges Mattje 3 months ago
committed by GitHub
parent
commit
9e86ed8c68
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      include/libp2p/multi/hash_type.hpp

2
include/libp2p/multi/hash_type.hpp

@ -6,6 +6,8 @@
#pragma once
#include <cstdint>
namespace libp2p::multi {
/// TODO(Harrm) FIL-14: Hash types are a part of multicodec table, it would be
/// good to move them there to avoid duplication and allow for extraction of

Loading…
Cancel
Save