Skip to content

Commit 93b311e

Browse files
OnedgeLeeriemannulus
authored andcommitted
Lint code
1 parent 5f5ba47 commit 93b311e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/Libplanet.Types/Blocks/BlockMarshaler.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,5 @@ public static Block UnmarshalBlock(Dictionary marshaled)
316316
marshaled.ContainsKey(ProofKey)
317317
? new Proof(marshaled[ProofKey])
318318
: (Proof?)null;
319-
320319
}
321320
}

src/Libplanet.Types/Blocks/BlockMetadata.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ public BlockMetadata(IBlockMetadata metadata)
165165
/// <param name="lastCommit">Goes to <see cref="IBlockMetadata.LastCommit"/>.</param>
166166
/// <param name="proof">Goes to <see cref="IBlockMetadata.Proof"/>.</param>
167167
/// <param name="evidenceHash">Goes to <see cref="IBlockMetadata.EvidenceHash"/>.</param>
168-
/// <seealso cref="BlockMetadata(int, long, DateTimeOffset, Address,
169-
/// PublicKey?, BlockHash?, HashDigest{SHA256}?, BlockCommit?, Proof?, HashDigest{SHA256}?)"/>
168+
/// <seealso cref="BlockMetadata(int, long, DateTimeOffset, Address, PublicKey?,
169+
/// BlockHash?, HashDigest{SHA256}?, BlockCommit?, Proof?, HashDigest{SHA256}?)"/>
170170
public BlockMetadata(
171171
long index,
172172
DateTimeOffset timestamp,

0 commit comments

Comments
 (0)