Skip to content

Commit 31ff3ed

Browse files
committed
wip
1 parent 6d19ba5 commit 31ff3ed

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

noir-projects/aztec-nr/aztec/src/event/event_interface.nr

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,14 @@ use dep::protocol_types::{
8888
pub struct MessageDeliveryEnum {
8989
/// Constrained encryption + constrained tagging + private log stream
9090
///
91-
/// This gives us an on-chain guarantee that a recipient is able to discover and receive a message.
92-
/// Use when a smart contract needs to make decisions based on the message.
91+
/// This gives us an on-chain guarantee that a recipient is able to discover and receive a message. See
92+
/// combination 1 above for details.
9393
pub CONSTRAINED_ONCHAIN: u8,
9494

9595
/// Unconstrained encryption + offchain message
9696
///
97-
/// Useful when we trust the sender or the sender is incentivized to deliver the message.
98-
/// The offchain message mechanism is not guaranteed to deliver the message and it's up to the app
99-
/// to deliver the message to the recipient.
97+
/// Useful when we trust the sender or the sender is incentivized to deliver the message. See combination 2
98+
/// above for details.
10099
pub UNCONSTRAINED_OFFCHAIN: u8,
101100

102101
/// Unconstrained encryption + unconstrained tagging + private log stream

0 commit comments

Comments
 (0)