In the following code…
template TestTemplate
with
partyA : Party
partyB : Party
where
signatory partyA
observer partyB
choice DoNothing : ()
controller partyB
do
assert False
… if partyA and partyB are on different validators, will partyA’s validator know when partyB attempts to exercise the DoNothing choice?