Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mj52951 committed Feb 14, 2024
1 parent 6f2c8ba commit ef06d7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crypto/sr25519/sr25519.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ func GenerateKeypair(network uint16) (*Keypair, error) {
}

func NewKeypairFromSeed(seed string, network uint16) (*Keypair, error) {
//network2, _, _ := subkey.SS58Decode(network)
kp, err := signature.KeyringPairFromSecret(seed, network)
return &Keypair{&kp}, err
}
Expand Down

0 comments on commit ef06d7d

Please sign in to comment.