sequencing
This commit is contained in:
parent
3e23f808d0
commit
0f3e7010f2
@ -44,7 +44,7 @@ impl Destination {
|
||||
}
|
||||
}
|
||||
pub fn relay(relay: NodeRef, target: NodeRef) -> Self {
|
||||
let sequencing = relay.sequencing();
|
||||
let sequencing = relay.sequencing().max(target.sequencing());
|
||||
Self::Relay {
|
||||
relay,
|
||||
target,
|
||||
|
Loading…
Reference in New Issue
Block a user