mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-19 08:01:22 +00:00
Cleanup; Implement .Wrap()
This commit is contained in:
@ -69,12 +69,12 @@ func TestKeyEncodings(t *testing.T) {
|
||||
keyName string
|
||||
}{
|
||||
{
|
||||
privKey: WrapPrivKey(GenPrivKeyEd25519()),
|
||||
privKey: GenPrivKeyEd25519().Wrap(),
|
||||
keyType: TypeEd25519,
|
||||
keyName: NameEd25519,
|
||||
},
|
||||
{
|
||||
privKey: WrapPrivKey(GenPrivKeySecp256k1()),
|
||||
privKey: GenPrivKeySecp256k1().Wrap(),
|
||||
keyType: TypeSecp256k1,
|
||||
keyName: NameSecp256k1,
|
||||
},
|
||||
|
Reference in New Issue
Block a user