You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Store the answer in both sets (requester and oracle)
letmut new_answer: AnswerNote = AnswerNote::new(
question,
answer,
caller
);
storage.answers.insert(&mutnew_answer);
Still, it may make sense that, if the note is emitted by the tx sender, there's no need to put it on chain. Let me chat about this one internally before you make the change!
The text was updated successfully, but these errors were encountered:
The note needs to passed through
emit_encrypted_log
for the oracle as well in order to be stored in its PXE.aztec-private-oracle/src/main.nr
Lines 176 to 183 in afe8cb4
Still, it may make sense that, if the note is emitted by the tx sender, there's no need to put it on chain. Let me chat about this one internally before you make the change!
The text was updated successfully, but these errors were encountered: