mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-29 20:51:45 +00:00
Fixed all imports in keys
This commit is contained in:
@ -17,7 +17,7 @@ func TestBasicCRUD(t *testing.T) {
|
||||
pubkey := crypto.GenPrivKeyEd25519().PubKey()
|
||||
info := keys.Info{
|
||||
Name: name,
|
||||
PubKey: crypto.PubKeyS{pubkey},
|
||||
PubKey: pubkey,
|
||||
}
|
||||
|
||||
// No data: Get and Delete return nothing
|
||||
|
Reference in New Issue
Block a user