We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30b9fa4 commit 16fa0cbCopy full SHA for 16fa0cb
internal/mithril-protocol-config/src/http_client/http_impl.rs
@@ -146,6 +146,16 @@ mod tests {
146
.await
147
.expect("should have configuration");
148
149
+ assert_eq!(
150
+ configuration.configuration_for_aggregation.protocol_parameters,
151
+ ProtocolParameters::new(1000, 100, 0.1)
152
+ );
153
+
154
155
+ configuration.configuration_for_next_aggregation.protocol_parameters,
156
+ ProtocolParameters::new(2000, 200, 0.2)
157
158
159
assert_eq!(
160
configuration.configuration_for_registration.protocol_parameters,
161
ProtocolParameters::new(3000, 300, 0.3)
0 commit comments