diff --git a/Libplanet.Types/Blocks/BlockMetadata.cs b/Libplanet.Types/Blocks/BlockMetadata.cs
index 2ba1ab0c5be..109c51da75f 100644
--- a/Libplanet.Types/Blocks/BlockMetadata.cs
+++ b/Libplanet.Types/Blocks/BlockMetadata.cs
@@ -24,15 +24,26 @@ public class BlockMetadata : IBlockMetadata
public const int CurrentProtocolVersion = 7;
///
+ ///
/// The starting protocol version where a bug in transferring asset was fixed.
/// Prior to this version, it was possible to duplicate
/// .
+ ///
+ ///
+ /// Also, was added.
+ ///
///
public const int TransferFixProtocolVersion = 1;
///
+ ///
/// The starting protocol version where was added.
/// Prior to this version, s had no signature.
+ ///
+ ///
+ /// In its serialized form, was removed and
+ /// together with were added.
+ ///
///
public const int SignatureProtocolVersion = 2;