removed comment

This commit is contained in:
Paul 2022-07-27 14:16:30 +03:00
parent 93f0244642
commit b86a5e0462
1 changed files with 0 additions and 1 deletions

View File

@ -812,7 +812,6 @@ pub mod testing {
arb_address().prop_flat_map(move |a| {
arb_positive_note_value(MAX_NOTE_VALUE / n_recipients as u64)
.prop_map(move |v| {
// replace note type with arb_note_type
(a,v, NoteType::native())
})
}),