Skip to content

Commit

Permalink
use default account
Browse files Browse the repository at this point in the history
  • Loading branch information
kanishkatn committed May 11, 2023
1 parent abce8fc commit 3502891
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ const (
// DefaultPruning is the default pruning strategy
DefaultPruning = pruner.Archive

// defaultAccount is the default account key
defaultAccount = "alice"

// DefaultRole is the default node role
DefaultRole = common.AuthorityRole
// DefaultWasmInterpreter is the default wasm interpreter
Expand Down Expand Up @@ -352,7 +355,7 @@ func DefaultConfig() *Config {
Wasmer: DefaultLogLevel,
},
Account: &AccountConfig{
Key: "",
Key: defaultAccount,
Unlock: "",
},
Core: &CoreConfig{
Expand Down

0 comments on commit 3502891

Please sign in to comment.