Skip to content

Commit

Permalink
gosimports
Browse files Browse the repository at this point in the history
  • Loading branch information
bunfield committed Jun 3, 2024
1 parent 3e39853 commit b28bc19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/signature_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ func TestTypesFromCerts(t *testing.T) {
case *rsa.PrivateKey:
pk := address.FromPrivateKeyBytes(block.Bytes, SignatureTypeRsaSha256)
pub = address.FromRSAPublicKey(&k.PublicKey)
require.Equal(t,pk.PublicKey.Key, pub.Key)
require.Equal(t, pk.PublicKey.Key, pub.Key)
priv := address.FromRSAPrivateKey(k)
s := new(RsaSha256Signature)
s.PublicKey = pub.Key
Expand Down

0 comments on commit b28bc19

Please sign in to comment.