Write `get-file` and commands to get the list of blocks from another node
Compare changes
- DISSOUBRAY Nathan authored
+ 3
− 2
@@ -13,9 +13,10 @@ pub(crate) trait ConvertSer {
@@ -13,9 +13,10 @@ pub(crate) trait ConvertSer {
/// Used to implement for all types that are already Serialize and only need to return self (kind of a default implementatioon basically)
/// We do not directly implement for all Serialize, because it is a foreign trait and could lead to double implementation conflicts later on if PeerID decided to implement Serialize for example