This commit is contained in:
Paul 2022-05-24 21:01:56 +03:00
parent 69f0ea493f
commit c4d9eeaabb
1 changed files with 1 additions and 4 deletions

View File

@ -417,10 +417,7 @@ mod tests {
};
use crate::primitives::redpallas;
fn _bsk_consistent_with_bvk(
values: &[(ValueSum, ValueCommitTrapdoor)],
note_type: NoteType,
) {
fn _bsk_consistent_with_bvk(values: &[(ValueSum, ValueCommitTrapdoor)], note_type: NoteType) {
let value_balance = values
.iter()
.map(|(value, _)| value)