We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6b3295 commit 85ab4a4Copy full SHA for 85ab4a4
zebra-chain/src/orchard_zsa/arbitrary.rs
@@ -15,7 +15,7 @@ impl Arbitrary for BurnItem {
15
type Parameters = ();
16
17
fn arbitrary_with(_args: Self::Parameters) -> Self::Strategy {
18
- BundleArb::<orchard::orchard_flavor::OrchardVanilla>::arb_asset_to_burn()
+ BundleArb::<orchard::flavor::OrchardVanilla>::arb_asset_to_burn()
19
.prop_map(|(asset_base, value)| BurnItem::from((asset_base, value)))
20
.boxed()
21
}
0 commit comments