Skip to content

Commit

Permalink
Enable offchain indexing for Rialto/Millau nodes (paritytech#1239)
Browse files Browse the repository at this point in the history
* Enable off-chain indexing for Rialto & Millau nodes

* cargo fmt --all

* cargo +nightly fmt --all

* fmt is weird.
  • Loading branch information
tomusdrw authored Dec 3, 2021
1 parent 44748da commit d728c29
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions relays/bin-substrate/src/chains/rialto_parachain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ impl CliEncodeCall for RialtoParachain {
value: amount.0,
},
),
Call::BridgeSendMessage { .. } =>
anyhow::bail!("Bridge messages are not (yet) supported here",),
Call::BridgeSendMessage { .. } => {
anyhow::bail!("Bridge messages are not (yet) supported here",)
},
})
}

Expand Down

0 comments on commit d728c29

Please sign in to comment.