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
Currently in TXE notes are delivered via the notify_created_note_oracle. This unfortunately does not work for partial notes as there notify_created_note_oracle is not called (and cannot be called because we don't ever have the full note).
For this reason we will most likely need to spin up a full NoteProcessor in TXE.
Currently in TXE notes are delivered via the
notify_created_note_oracle
. This unfortunately does not work for partial notes as therenotify_created_note_oracle
is not called (and cannot be called because we don't ever have the full note).For this reason we will most likely need to spin up a full
NoteProcessor
in TXE.Look for "TODO(#8771)" in the codebase.
The text was updated successfully, but these errors were encountered: