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 370a778 commit e186490Copy full SHA for e186490
crates/service/src/service.rs
@@ -142,7 +142,8 @@ pub async fn run() -> anyhow::Result<()> {
142
Err(e) => {
143
anyhow::bail!(
144
"Failed to detect Horizon contracts due to network/subgraph error: {}. \
145
- Cannot start with Horizon enabled when network status is unknown.", e
+ Cannot start with Horizon enabled when network status is unknown.",
146
+ e
147
);
148
}
149
0 commit comments