Explorar o código

fix data type format

Andrew %!s(int64=3) %!d(string=hai) anos
pai
achega
c3d315679a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      doc/src/misc/hashchain/network_protocol.md

+ 1 - 1
doc/src/misc/hashchain/network_protocol.md

@@ -19,7 +19,7 @@ Inventory vectors notify other nodes about objects they have or data which is be
 
 | Description   | Data Type            | Comments                   |
 |-------------- | -------------------- | -------------------------- |
-| invs          | Vec`<[u8; 32]>`      | Inventory items            |
+| invs          | `Vec<[u8; 32]>`      | Inventory items            |
 
 ### Receiving an `Inv` message