mirror of
https://github.com/codex-storage/nim-libp2p.git
synced 2025-01-11 19:44:18 +00:00
reverting change
This commit is contained in:
parent
f39a5cf5e4
commit
c98e8929bc
@ -47,7 +47,7 @@ type
|
||||
skkey*: SkPublicKey
|
||||
of ECDSA:
|
||||
eckey*: EcPublicKey
|
||||
else:
|
||||
of NoSupport:
|
||||
discard
|
||||
|
||||
PrivateKey* = object
|
||||
@ -60,7 +60,7 @@ type
|
||||
skkey*: SkPrivateKey
|
||||
of ECDSA:
|
||||
eckey*: EcPrivateKey
|
||||
else:
|
||||
of NoSupport:
|
||||
discard
|
||||
|
||||
KeyPair* = object
|
||||
|
Loading…
x
Reference in New Issue
Block a user