Skip to content

Commit

Permalink
shielded-pool(fmd): restore pb auto derives
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanor committed Jan 29, 2024
1 parent 04208aa commit 5bea79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/component/shielded-pool/src/fmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use serde::{Deserialize, Serialize};
pub mod state_key;

#[derive(Clone, Debug, Serialize, Deserialize)]
// #[serde(try_from = "pb::FmdParameters", into = "pb::FmdParameters")]
#[serde(try_from = "pb::FmdParameters", into = "pb::FmdParameters")]
pub struct Parameters {
/// Bits of precision.
pub precision_bits: u8,
Expand Down

0 comments on commit 5bea79b

Please sign in to comment.