Skip to content

Commit

Permalink
Missing serde default (#4992)
Browse files Browse the repository at this point in the history
  • Loading branch information
megrogan authored Dec 12, 2023
1 parent 372183d commit 2ab7483
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/canisters/registry/impl/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ struct Data {
tokens: Tokens,
nervous_systems: NervousSystems,
failed_sns_launches: HashSet<CanisterId>,
#[serde(default)]
message_filters: MessageFilters,
rng_seed: [u8; 32],
test_mode: bool,
Expand Down

0 comments on commit 2ab7483

Please sign in to comment.