mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 19:51:05 +00:00
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:
committed by
Bastian Köcher
parent
edd1724957
commit
e69e94d4f9
@@ -45,8 +45,9 @@ impl CliEncodeCall for RialtoParachain {
|
|||||||
value: amount.0,
|
value: amount.0,
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
Call::BridgeSendMessage { .. } =>
|
Call::BridgeSendMessage { .. } => {
|
||||||
anyhow::bail!("Bridge messages are not (yet) supported here",),
|
anyhow::bail!("Bridge messages are not (yet) supported here",)
|
||||||
|
},
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user