sequencing

This commit is contained in:
John Smith 2023-06-25 01:53:06 -04:00
parent 3e23f808d0
commit 0f3e7010f2

View File

@ -44,7 +44,7 @@ impl Destination {
} }
} }
pub fn relay(relay: NodeRef, target: NodeRef) -> Self { pub fn relay(relay: NodeRef, target: NodeRef) -> Self {
let sequencing = relay.sequencing(); let sequencing = relay.sequencing().max(target.sequencing());
Self::Relay { Self::Relay {
relay, relay,
target, target,