From b86a5e04627ffcb70db726904876940a805b472b Mon Sep 17 00:00:00 2001 From: Paul Date: Wed, 27 Jul 2022 14:16:30 +0300 Subject: [PATCH] removed comment --- src/builder.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/builder.rs b/src/builder.rs index 0277ea98..0ce8a06c 100644 --- a/src/builder.rs +++ b/src/builder.rs @@ -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()) }) }),