mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 23:21:02 +00:00
Use complex headers+messages relay in test deployments (#905)
* use complex relay in deployments * enable lane 00000001 * add alerts for lane 00000001 * revert local substrate relay * updated doc * review
This commit is contained in:
committed by
Bastian Köcher
parent
888f85e346
commit
a69026af44
@@ -104,7 +104,7 @@ impl messages::ThisChainWithMessages for Rialto {
|
||||
type Call = crate::Call;
|
||||
|
||||
fn is_outbound_lane_enabled(lane: &LaneId) -> bool {
|
||||
*lane == LaneId::default()
|
||||
*lane == [0, 0, 0, 0] || *lane == [0, 0, 0, 1]
|
||||
}
|
||||
|
||||
fn maximal_pending_messages_at_outbound_lane() -> MessageNonce {
|
||||
|
||||
Reference in New Issue
Block a user