Possibly implement conversion from Vec<NoteCommitment>
into NoteCommitmentTree
#2462
Labels
C-enhancement
Category: This is an improvement
Motivation
The code contained a stub implementation of
From<Vec<NoteCommitment>> for NoteCommitmentTree
. This was initially added in commit b93abea34, but seems like it's currently unused.As part of the work for #2369, the code was removed to avoid being used and inadvertently leading to a panic.
A decision should be made whether the conversion should be implemented or not.
Related Work
The text was updated successfully, but these errors were encountered: