The standard TransactionRequest::consume_notes (used in the CLI to consume notes) always tries to consume the notes as authenticated. We should check if the notes that want to be consumed are unauthenticated and use the corresponding TransactionRequest::with_unauthenticated_input_notes function.
The standard
TransactionRequest::consume_notes
(used in the CLI to consume notes) always tries to consume the notes as authenticated. We should check if the notes that want to be consumed are unauthenticated and use the correspondingTransactionRequest::with_unauthenticated_input_notes
function.