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 c927164 commit 9d82025Copy full SHA for 9d82025
mithril-aggregator/src/http_server/routes/signer_routes.rs
@@ -65,7 +65,7 @@ mod handlers {
65
String::new()
66
};
67
68
- if epoch_str.is_empty() {
+ if !epoch_str.is_empty() {
69
headers.push(("epoch", epoch_str.as_str()));
70
}
71
match signer_registerer.register_signer(&signer).await {
0 commit comments