Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Commit

Permalink
key cmd: fix codeclimate warnings
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
  • Loading branch information
magik6k committed Aug 7, 2018
1 parent 12537a6 commit 814f82c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions key.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ type Key interface {
// Path returns key path
Path() Path

// Id returns key PeerID
Id() peer.ID
// ID returns key PeerID
ID() peer.ID
}

// KeyAPI specifies the interface to Keystore
Expand Down

0 comments on commit 814f82c

Please sign in to comment.