Merge PR #4865: Add security contact to Validator description
This commit is contained in:
committed by
Alexander Bezobchuk
parent
a6e776c47e
commit
771f8a04f3
@@ -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
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user