Skip to content

Commit

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

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

0 comments on commit e4e9110

Please sign in to comment.