Skip to content

Commit

Permalink
Fix n2
Browse files Browse the repository at this point in the history
  • Loading branch information
agonbar committed Jul 24, 2020
1 parent c63437d commit 09cce90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/subspace/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ func NewConfig(filename string) (*Config, error) {
// Create new config with defaults
if os.IsNotExist(err) {
c.Info = &Info{
Email: "null",
HashKey: RandomString(32),
BlockKey: RandomString(32),
}
Expand Down

0 comments on commit 09cce90

Please sign in to comment.