Skip to content

Commit

Permalink
chain_spec: Set weave to permissioned: false
Browse files Browse the repository at this point in the history
Signed-off-by: Shreevatsa N <[email protected]>
  • Loading branch information
vatsa287 authored and smohan-dw committed Jun 18, 2024
1 parent cb284ad commit eb1a953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/cli/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ fn weave_local_genesis(
"balances": {
"balances": initial_authorities.iter().map(|k| (k.0.clone(), ENDOWMENT)).collect::<Vec<_>>(),
},
"networkParameters": {"permissioned": true},
"networkParameters": {"permissioned": false},
"nodeAuthorization": {
"nodes": initial_well_known_nodes.iter().map(|x| (x.0.clone(), x.1.clone())).collect::<Vec<_>>(),
},
Expand Down

0 comments on commit eb1a953

Please sign in to comment.