Skip to content

Commit

Permalink
[node] fix: use camelCase in chain spec fields
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Jun 27, 2024
1 parent d65e3fa commit 89a11e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ fn genesis_config(
// Assign network admin rights.
"key": Some(root_key),
},
"teerex": { "allow_sgx_debug_mode": true, "allow_skipping_attestation": true },
"teerex": { "allowSgxDebugMode": true, "allowSkippingAttestation": true },
})
}

Expand Down

0 comments on commit 89a11e9

Please sign in to comment.