Skip to content

Commit 348f0c9

Browse files
committed
"Rx" not "RX"
correctly change perspective.
1 parent ae1cd58 commit 348f0c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pico-engine/krl/io.picolabs.subscription.krl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ ent:established [
269269
event:send({
270270
"eci" : bus{"Tx"},
271271
"domain": "wrangler", "type": "established_removal",
272-
"attrs" : event:attrs.put(["Rx"],bus{"Tx"}).put(["Tx"],bus{"RX"}) // change perspective
272+
"attrs" : event:attrs.put(["Rx"],bus{"Tx"}).put(["Tx"],bus{"Rx"}) // change perspective
273273
}, Tx_host)
274274
always {
275275
raise wrangler event "established_removal" attributes event:attrs

0 commit comments

Comments
 (0)