Skip to content

Commit

Permalink
Review applied
Browse files Browse the repository at this point in the history
  • Loading branch information
ipdae committed Aug 15, 2019
1 parent b22bf23 commit 9814a2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Libplanet/Crypto/PrivateKey.cs
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,8 @@ private static ECPrivateKeyParameters GenerateKeyFromBytes(byte[] privateKey)
);

var key = new PrivateKey(param);
var publicKey = key.PublicKey;
#pragma warning disable SA1312
var _ = key.PublicKey;
return param;
}

Expand Down

0 comments on commit 9814a2c

Please sign in to comment.