Merge PR #4865: Add security contact to Validator description

This commit is contained in:
frog power 4000
2019-08-12 09:10:16 -04:00
committed by Alexander Bezobchuk
parent a6e776c47e
commit 771f8a04f3
21 changed files with 247 additions and 82 deletions
+5 -4
View File
@@ -85,10 +85,11 @@ CommissionRates struct {
}
type Description struct {
Moniker string // name
Identity string // optional identity signature (ex. UPort or Keybase)
Website string // optional website link
Details string // optional details
Moniker string // name
Identity string // optional identity signature (ex. UPort or Keybase)
Website string // optional website link
SecurityContact string // optional email for security contact
Details string // optional details
}
```