Enable offchain indexing for Rialto/Millau nodes (#1239)

* Enable off-chain indexing for Rialto & Millau nodes

* cargo fmt --all

* cargo +nightly fmt --all

* fmt is weird.
This commit is contained in:
Tomasz Drwięga
2021-12-03 10:34:45 +01:00
committed by Bastian Köcher
parent edd1724957
commit e69e94d4f9
@@ -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",)
},
})
}