Skip to content

Commit

Permalink
rename password_tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin committed Aug 24, 2020
1 parent e4e9110 commit a7027c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions identity.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ import (
const IdentityTag = "Identity"
const PrivKeyTag = "PrivKey"
const MnemonicTag = "Mnemonic"
const Password = "Password"
const PasswordTag = "Password"
const PrivKeySelector = IdentityTag + "." + PrivKeyTag
const MnemonicSelector = IdentityTag + "." + MnemonicTag
const PasswordSelector = IdentityTag + "." + Password
const PasswordSelector = IdentityTag + "." + PasswordTag

// Identity tracks the configuration of the local node's identity.
type Identity struct {
Expand Down

0 comments on commit a7027c3

Please sign in to comment.