mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-19 22:44:24 +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