Closed herr-seppia closed 1 year ago
Instead of return a Vec<Note> the function now return a Vec<(Note,BlockHeight)> This is required by the wallet in order to implement the wallet history
Vec<Note>
Vec<(Note,BlockHeight)>
See also dusk-network/wallet-cli#12
Merging #71 (f9a278e) into main (17ab421) will not change coverage. The diff coverage is 100.00%.
100.00%
Instead of return a
Vec<Note>
the function now return aVec<(Note,BlockHeight)>
This is required by the wallet in order to implement the wallet historySee also dusk-network/wallet-cli#12