Commit 814f82cf authored by Łukasz Magiera's avatar Łukasz Magiera

key cmd: fix codeclimate warnings

License: MIT
Signed-off-by: default avatarŁukasz Magiera <magik6k@gmail.com>
parent 12537a60
...@@ -16,8 +16,8 @@ type Key interface { ...@@ -16,8 +16,8 @@ type Key interface {
// Path returns key path // Path returns key path
Path() Path Path() Path
// Id returns key PeerID // ID returns key PeerID
Id() peer.ID ID() peer.ID
} }
// KeyAPI specifies the interface to Keystore // KeyAPI specifies the interface to Keystore
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment